Class CodeListCodeColumn
- java.lang.Object
-
- org.openforis.collect.relational.model.CodeListCodeColumn
-
- All Implemented Interfaces:
Column<CodeListItem>
public class CodeListCodeColumn extends Object
- Author:
- S. Ricci
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetLength()StringgetName()RDBJdbcTypegetType()booleanisNullable()StringtoString()
-
-
-
Method Detail
-
getType
public RDBJdbcType getType()
-
isNullable
public boolean isNullable()
- Specified by:
isNullablein interfaceColumn<T>
-
-