public class BasicColumnDefinition extends Object implements ColumnDefinition
| Constructor and Description |
|---|
BasicColumnDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndexName() |
ColumnIndexType |
getIndexType() |
ByteBuffer |
getName() |
String |
getValidationClass() |
void |
setIndexName(String indexName) |
void |
setIndexType(ColumnIndexType indexType) |
void |
setName(ByteBuffer name) |
void |
setValidationClass(String validationClass) |
public ByteBuffer getName()
getName in interface ColumnDefinitionpublic String getValidationClass()
getValidationClass in interface ColumnDefinitionpublic ColumnIndexType getIndexType()
getIndexType in interface ColumnDefinitionpublic String getIndexName()
getIndexName in interface ColumnDefinitionpublic void setName(ByteBuffer name)
public void setValidationClass(String validationClass)
public void setIndexType(ColumnIndexType indexType)
public void setIndexName(String indexName)
Copyright © 2014. All Rights Reserved.