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