Uses of Class
org.openforis.commons.io.flat.Field.Type
-
Packages that use Field.Type Package Description org.openforis.commons.io.flat -
-
Uses of Field.Type in org.openforis.commons.io.flat
Methods in org.openforis.commons.io.flat that return Field.Type Modifier and Type Method Description Field.TypeField. getType()static Field.TypeField.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Field.Type[]Field.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openforis.commons.io.flat with parameters of type Field.Type Constructor Description Field(String name, Field.Type type)Field(String name, Field.Type type, int index)
-