Class Variable

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

public class Variable extends Object implements Copyable
Variable Class Used to parse the files Queries.xml and Maintain.xml with XStream Parses a variable in the query
Author:
Pablo GARCIA - 28/JUN/2010
See Also:
  • Constructor Details

    • Variable

      public Variable()
  • Method Details

    • copy

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

      public String toString()
      Overrides:
      toString in class Object