public static class SchemaTableModel.Field extends Object
| Constructor and Description |
|---|
SchemaTableModel.Field() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOriginalIndex() |
AttributeType |
getType() |
void |
setName(String name) |
void |
setOriginalIndex(int originalIndex) |
void |
setType(AttributeType type) |
public void setName(String name)
public String getName()
public void setType(AttributeType type)
public AttributeType getType()
public void setOriginalIndex(int originalIndex)
public int getOriginalIndex()
Copyright © 2015. All rights reserved.