public interface CmIndexedColumn extends RepositoryObject, EngineObject, DependentObject
Using the properties on this class, you can:
Note that these properties are all SETTABLE_ONLY_ON_CREATE. Therefore, instances of
CmIndexedColumn
are immutable once created.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get_ColumnName()
Returns the value of the ColumnName property.
|
Id |
get_Id()
Returns the value of the Id property.
|
SortOrder |
get_SortOrder()
Returns the value of the SortOrder property.
|
void |
set_ColumnName(java.lang.String value)
Sets the value of the ColumnName property.
|
void |
set_SortOrder(SortOrder value)
Sets the value of the SortOrder property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Id get_Id()
java.lang.String get_ColumnName()
void set_ColumnName(java.lang.String value)
SortOrder get_SortOrder()
void set_SortOrder(SortOrder value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.