public interface IndexColumnDefinitionTemplate extends IndexColumnDefinition
IndexDefinition.| Modifier and Type | Method and Description |
|---|---|
IndexColumnDefinitionTemplate |
getColumnType(int propertyType)
Set the type of value for this index column applies.
|
String |
getPropertyName()
Get the name of the property for which this index column applies.
|
IndexColumnDefinitionTemplate |
setPropertyTypeName(String name)
Set the name of the property for which this index column applies.
|
getColumnTypeString getPropertyName()
getPropertyName in interface IndexColumnDefinitionIndexColumnDefinitionTemplate setPropertyTypeName(String name)
name - the name of the property; may not be nullIndexColumnDefinitionTemplate getColumnType(int propertyType)
propertyType - the property typeCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.