public static class EntitySet.Index
extends java.lang.Object
Metadata for an index on the containing entity set.
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
SortItemList |
getItems()
Return indexed items.
|
java.lang.String |
getName()
Return index name (should not be reused for another index on the same entity set).
|
boolean |
getUnique()
Return
true for a unique index. |
void |
setItems(SortItemList value)
Set indexed items.
|
void |
setName(java.lang.String value)
Set index name (should not be reused for another index on the same entity set).
|
void |
setUnique(boolean value)
Set
true for a unique index. |
public SortItemList getItems()
Return indexed items.
public java.lang.String getName()
Return index name (should not be reused for another index on the same entity set).
public boolean getUnique()
Return true
for a unique index.
true
for a unique index.public void setItems(SortItemList value)
Set indexed items.
value
- Indexed items.public void setName(java.lang.String value)
Set index name (should not be reused for another index on the same entity set).
value
- Index name (should not be reused for another index on the same entity set).public void setUnique(boolean value)
Set true
for a unique index.
value
- true
for a unique index.