public static class ViewSchemaPlugIn.Attribute
extends java.lang.Object
Constructor and Description |
---|
ViewSchemaPlugIn.Attribute() |
Modifier and Type | Method and Description |
---|---|
int |
getOldIndex() |
Operation |
getOperation() |
AttributeType |
getType() |
boolean |
isPrimaryKey() |
boolean |
isReadOnly() |
void |
setOldIndex(int oldIndex) |
void |
setOperation(Operation operation) |
void |
setPrimaryKey(boolean primaryKey) |
void |
setReadOnly(boolean readOnly) |
void |
setType(AttributeType type) |
public void setType(AttributeType type)
public AttributeType getType()
public void setReadOnly(boolean readOnly)
public boolean isReadOnly()
public void setPrimaryKey(boolean primaryKey)
public boolean isPrimaryKey()
public void setOperation(Operation operation)
public Operation getOperation()
public void setOldIndex(int oldIndex)
public int getOldIndex()