|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier
public final class AttributeSpecifier
Specfies an attribute to be retrieved
| Constructor Summary | |
|---|---|
AttributeSpecifier(String name)
Retrieve all attribute values |
|
AttributeSpecifier(String name,
int position,
int size,
short direction)
Retrieve the specified attribute values |
|
AttributeSpecifier(String name,
int position,
short order)
Retrieve the next specified attribute according to order. |
|
| Method Summary | |
|---|---|
short |
direction()
Get the direction of value retrieval |
boolean |
equals(Object object)
|
int |
hashCode()
|
String |
name()
Get the attribute's name |
short |
order()
Get the sort order |
int |
position()
Get the start position of the values to be retrieved |
int |
size()
Return the maximum size of the values to be retrieved |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeSpecifier(String name)
public AttributeSpecifier(String name,
int position,
int size,
short direction)
name - the attribute's nameposition - start position of the values to be retrievedsize - the maximum size of the values to be retrieveddirection - the direction of the retrievalDirections
public AttributeSpecifier(String name,
int position,
short order)
name - the attribute's nameposition - start position of the values to be retrievedorder - defines whether this attribute is relevant for the order;
it is applicable to find requests onlyOrders| Method Detail |
|---|
public String name()
public int position()
public int size()
public short direction()
Directionspublic short order()
Orderspublic String toString()
toString in class Objectpublic boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||