Package org.openforis.commons.io.flat
Class Field
- java.lang.Object
-
- org.openforis.commons.io.flat.Field
-
public class Field extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classField.Type
-
Constructor Summary
Constructors Constructor Description Field(String name)Field(String name, Field.Type type)Field(String name, Field.Type type, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetIndex()StringgetName()Field.TypegetType()inthashCode()voidsetName(String name)StringtoString()
-
-
-
Constructor Detail
-
Field
public Field(String name)
-
Field
public Field(String name, Field.Type type)
-
Field
public Field(String name, Field.Type type, int index)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getIndex
public int getIndex()
-
getType
public Field.Type getType()
-
-