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