Class DataColumn
java.lang.Object
org.openforis.collect.relational.model.DataColumn
- Direct Known Subclasses:
AncestorKeyColumn,CodeColumn,CodeValueFKColumn,CoordinateLatLonColumn
- Author:
- G. Miceli, S. Ricci
-
Method Summary
Modifier and TypeMethodDescriptionReturns theAttributeDefinitionassociated to the column.protected static IntegergetFieldLength(Class<?> type) protected static IntegergetFieldLength(FieldDefinition<?> defn) getName()getType()booleantoString()
-
Method Details
-
getFieldLength
-
getFieldLength
-
getNodeDefinition
-
getRelativePath
-
getDefaultValue
-
getAttributeDefinition
Returns theAttributeDefinitionassociated to the column.- Parameters:
column-- Returns:
-
getName
-
getType
-
getLength
-
isNullable
public boolean isNullable()- Specified by:
isNullablein interfaceColumn<T>
-
toString
-