public static class OperationPolicyExpressionFactory.OperationPolicyExpressionImpl extends java.lang.Object implements OperationPolicyExpression
OperationPolicyExpression interface.| Modifier and Type | Method and Description |
|---|---|
PolicyExpressionType |
getExpressionType()
Gets the expression type.
|
java.util.Vector<PolicyExpression> |
getOperands()
Gets the parameters that will be used by the operator when the expression is evaluated.
|
PolicyOperator |
getPolicyOperator()
Gets the operator that will be executed when the expression is evaluated.
|
java.lang.String |
toString() |
public PolicyExpressionType getExpressionType()
getExpressionType in interface PolicyExpressionpublic PolicyOperator getPolicyOperator()
getPolicyOperator in interface OperationPolicyExpressionpublic java.util.Vector<PolicyExpression> getOperands()
PolicyOperator.GREATER operator).getOperands in interface OperationPolicyExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2019 The Direct Project. All Rights Reserved.