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.
|
getColumnType
String getPropertyName()
getPropertyName
in interface IndexColumnDefinition
IndexColumnDefinitionTemplate setPropertyTypeName(String name)
name
- the name of the property; may not be nullIndexColumnDefinitionTemplate getColumnType(int propertyType)
propertyType
- the property type
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.