Uses of Enum Class
org.openforis.commons.io.flat.Field.Type
Packages that use Field.Type
-
Uses of Field.Type in org.openforis.commons.io.flat
Methods in org.openforis.commons.io.flat that return Field.TypeModifier and TypeMethodDescriptionField.getType()static Field.TypeReturns the enum constant of this class with the specified name.static Field.Type[]Field.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openforis.commons.io.flat with parameters of type Field.TypeModifierConstructorDescriptionField(String name, Field.Type type) Field(String name, Field.Type type, int index)