|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.model.AttributeDescriptor.Operator
public abstract class AttributeDescriptor.Operator
Represents an operator supported by an attribute. Typically attributes support one or more operators based on its type. These operators are useful when performing queries.
Constructor Summary | |
---|---|
AttributeDescriptor.Operator() |
Method Summary | |
---|---|
abstract java.lang.String |
getLabel() Gets the label for the operator. |
abstract int |
getOperandCount() Returns the number of operands required by an OperatorType instance. |
abstract java.lang.Object |
getValue() Gets the value associated with the operator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeDescriptor.Operator()
Method Detail |
---|
public abstract java.lang.String getLabel()
public abstract java.lang.Object getValue()
public abstract int getOperandCount()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |