public abstract class AttributeDescriptor.Operator extends Object
Constructor and Description |
---|
AttributeDescriptor.Operator() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getLabel()
Gets the label for the operator.
|
abstract int |
getOperandCount()
Returns the number of operands required by an OperatorType instance.
|
abstract Object |
getValue()
Gets the value associated with the operator.
|
public abstract String getLabel()
public abstract Object getValue()
public abstract int getOperandCount()