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