Class Operation
- java.lang.Object
-
- com.almis.awe.model.entities.queries.OutputField
-
- com.almis.awe.model.entities.queries.SqlField
-
- com.almis.awe.model.entities.queries.Operation
-
- All Implemented Interfaces:
Copyable
,Serializable
public class Operation extends SqlField
Operation Class Used to parse the files Queries.xml and Maintain.xml with XStream Wrapper around elements that should be operated by an operator- Author:
- Jorge BELLON - 07/SEP/2017
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Operation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Operation
copy()
Get a copy of this elementString
toString()
-
Methods inherited from class com.almis.awe.model.entities.queries.SqlField
applyFieldModifiers, getIdentifier, isAudit, isKey, isNotAudit
-
Methods inherited from class com.almis.awe.model.entities.queries.OutputField
isNoprint, isTransform, isTranslate
-
-
-
-
Method Detail
-
copy
public Operation copy()
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
toString
public String toString()
- Overrides:
toString
in classOutputField
-
-