public class IndexMetadata extends Object
| Constructor and Description |
|---|
IndexMetadata(String name,
String type,
String column,
boolean nonUnique,
String qualifier,
String ordinalPosition,
String sortOrder,
int cardinality,
int pages,
String filterCondition)
Instantiates a new index metadata.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCardinality()
Gets the cardinality.
|
String |
getColumn()
Gets the column.
|
String |
getFilterCondition()
Gets the filter condition.
|
String |
getKind()
Gets the kind.
|
String |
getName()
Gets the name.
|
String |
getOrdinalPosition()
Gets the ordinal position.
|
int |
getPages()
Gets the pages.
|
String |
getQualifier()
Gets the qualifier.
|
String |
getSortOrder()
Gets the sort order.
|
String |
getType()
Gets the type.
|
boolean |
isNonUnique()
Checks if is non unique.
|
void |
setCardinality(int cardinality)
Sets the cardinality.
|
void |
setColumn(String column)
Sets the column.
|
void |
setFilterCondition(String filterCondition)
Sets the filter condition.
|
void |
setKind(String kind)
Sets the kind.
|
void |
setName(String name)
Sets the name.
|
void |
setNonUnique(boolean nonUnique)
Sets the non unique.
|
void |
setOrdinalPosition(String ordinalPosition)
Sets the ordinal position.
|
void |
setPages(int pages)
Sets the pages.
|
void |
setQualifier(String qualifier)
Sets the qualifier.
|
void |
setSortOrder(String sortOrder)
Sets the sort order.
|
void |
setType(String type)
Sets the type.
|
public IndexMetadata(String name, String type, String column, boolean nonUnique, String qualifier, String ordinalPosition, String sortOrder, int cardinality, int pages, String filterCondition)
name - the nametype - the typecolumn - the columnnonUnique - the non uniquequalifier - the qualifierordinalPosition - the ordinal positionsortOrder - the sort ordercardinality - the cardinalitypages - the pagesfilterCondition - the filter conditionpublic String getName()
public void setName(String name)
name - the new namepublic String getType()
public void setType(String type)
type - the new typepublic String getColumn()
public void setColumn(String column)
column - the new columnpublic boolean isNonUnique()
public void setNonUnique(boolean nonUnique)
nonUnique - the new non uniquepublic String getQualifier()
public void setQualifier(String qualifier)
qualifier - the new qualifierpublic String getOrdinalPosition()
public void setOrdinalPosition(String ordinalPosition)
ordinalPosition - the new ordinal positionpublic String getSortOrder()
public void setSortOrder(String sortOrder)
sortOrder - the new sort orderpublic int getCardinality()
public void setCardinality(int cardinality)
cardinality - the new cardinalitypublic int getPages()
public void setPages(int pages)
pages - the new pagespublic String getFilterCondition()
public void setFilterCondition(String filterCondition)
filterCondition - the new filter conditionpublic String getKind()
public void setKind(String kind)
kind - the new kindCopyright © 2010–2018 Eclipse Foundation. All rights reserved.