Class OperandDescriptor
java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.OperandDescriptor
- Direct Known Subclasses:
VariableOperandDescriptor
Used to describe operands
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOperandDescriptor(String name, String type, String desc) Constructs an OperandDescriptor -
Method Summary
-
Field Details
-
CNAME
-
-
Constructor Details
-
OperandDescriptor
Constructs an OperandDescriptor- Parameters:
name- the name of the operandtype- the fully quallified classname of the operand's typedesc- a description of the operand's purpose- Throws:
IllegalArgumentException- if any of the arguments are null
-
-
Method Details