public static class OperationPolicyExpressionFactory.OperationPolicyExpressionImpl extends Object implements OperationPolicyExpression
OperationPolicyExpression interface.| Modifier and Type | Method and Description |
|---|---|
PolicyExpressionType |
getExpressionType()
Gets the expression type.
|
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.
|
String |
toString() |
public PolicyExpressionType getExpressionType()
getExpressionType in interface PolicyExpressionpublic PolicyOperator getPolicyOperator()
getPolicyOperator in interface OperationPolicyExpressionpublic Vector<PolicyExpression> getOperands()
PolicyOperator.GREATER operator).getOperands in interface OperationPolicyExpressionCopyright © 2010–2020 The Direct Project. All rights reserved.