Class SchemaTableModel.Field
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.SchemaTableModel.Field
-
- Enclosing class:
- SchemaTableModel
public static class SchemaTableModel.Field extends Object
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()intgetOriginalIndex()AttributeTypegetType()voidsetName(String name)voidsetOriginalIndex(int originalIndex)voidsetType(AttributeType type)
-
-
-
Method Detail
-
setName
public void setName(String name)
-
getName
public String getName()
-
setType
public void setType(AttributeType type)
-
getType
public AttributeType getType()
-
setOriginalIndex
public void setOriginalIndex(int originalIndex)
-
getOriginalIndex
public int getOriginalIndex()
-
-