Class Parameter

java.lang.Object
com.almis.awe.model.entities.actions.Parameter
All Implemented Interfaces:
Copyable, Serializable

public class Parameter extends Object implements Copyable
Parameter Class Used to parse the file Actions.xml with XStream Client action parameter
Author:
Pablo GARCIA - 28/JUN/2010
See Also:
  • Constructor Details

    • Parameter

      public Parameter(String name, CellData cellData)
      Constructor
      Parameters:
      name - parameter name
      cellData - parameter data
  • Method Details

    • copy

      public Parameter copy()
      Description copied from interface: Copyable
      Get a copy of this element
      Specified by:
      copy in interface Copyable
      Returns:
      element copy