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.
|
getColumnType
String getPropertyName()
getPropertyName
in interface IndexColumnDefinition
IndexColumnDefinitionTemplate 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–2016 JBoss, a division of Red Hat. All rights reserved.