Class CoordinateLongitudeColumn
- java.lang.Object
-
- org.openforis.collect.relational.model.DataColumn
-
- org.openforis.collect.relational.model.CoordinateLatLonColumn
-
- org.openforis.collect.relational.model.CoordinateLongitudeColumn
-
public class CoordinateLongitudeColumn extends CoordinateLatLonColumn
- Author:
- S. Ricci, A. Sanchez-Paus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetLength()StringgetName()RDBJdbcTypegetType()booleanisNullable()StringtoString()-
Methods inherited from class org.openforis.collect.relational.model.DataColumn
getAttributeDefinition, getDefaultValue, getFieldLength, getFieldLength, getNodeDefinition, getRelativePath
-
-
-
-
Method Detail
-
getType
public RDBJdbcType getType()
-
isNullable
public boolean isNullable()
- Specified by:
isNullablein interfaceColumn<T>
-
-