|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Field Summary | |
static String |
IDENTIFIER
Label for the attribute. |
static String |
OPERATOR
Label for the attribute. |
static String |
PROCESS_IDENTIFIER_HIERARCHICALLY
Label for the attribute. |
static String |
VALUE
Label for the attribute. |
Method Summary | |
AttributeIdentifier |
getIdentifier()
Gets the object for the association that plays role: IDENTIFIER. |
OperatorType |
getOperator()
Gets the object for the association that plays role: OPERATOR. |
AttributeValueCriteria |
getValue()
Gets the object for the association that plays role: VALUE. |
boolean |
isProcessIdentifierHierarchically()
Gets the value of the attribute: PROCESS_IDENTIFIER_HIERARCHICALLY. |
void |
setIdentifier(AttributeIdentifier a_Identifier)
Sets the object for the association that plays role: IDENTIFIER. |
void |
setOperator(OperatorType a_Operator)
Sets the object for the association that plays role: OPERATOR. |
void |
setProcessIdentifierHierarchically(boolean a_ProcessIdentifierHierarchically)
Sets the value of the attribute: PROCESS_IDENTIFIER_HIERARCHICALLY. |
void |
setValue(AttributeValueCriteria a_Value)
Sets the object for the association that plays role: VALUE. |
Methods inherited from interface wt.query.specification.SearchExpression |
maxSubExpression, minSubExpression |
Field Detail |
public static final String PROCESS_IDENTIFIER_HIERARCHICALLY
public static final String VALUE
public static final String IDENTIFIER
public static final String OPERATOR
Method Detail |
public boolean isProcessIdentifierHierarchically()
public void setProcessIdentifierHierarchically(boolean a_ProcessIdentifierHierarchically) throws WTPropertyVetoException
a_ProcessIdentifierHierarchically
-
WTPropertyVetoException
public AttributeValueCriteria getValue()
public void setValue(AttributeValueCriteria a_Value) throws WTPropertyVetoException
a_Value
-
WTPropertyVetoException
public AttributeIdentifier getIdentifier()
public void setIdentifier(AttributeIdentifier a_Identifier) throws WTPropertyVetoException
a_Identifier
-
WTPropertyVetoException
public OperatorType getOperator()
public void setOperator(OperatorType a_Operator) throws WTPropertyVetoException
a_Operator
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |