Class ViewSchemaPlugIn.Attribute
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.ViewSchemaPlugIn.Attribute
- Enclosing class:
ViewSchemaPlugIn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetType()booleanbooleanvoidsetOldIndex(int oldIndex) voidsetOperation(Operation operation) voidsetPrimaryKey(boolean primaryKey) voidsetReadOnly(boolean readOnly) voidsetType(AttributeType type)
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
setType
-
getType
-
setReadOnly
public void setReadOnly(boolean readOnly) -
isReadOnly
public boolean isReadOnly() -
setPrimaryKey
public void setPrimaryKey(boolean primaryKey) -
isPrimaryKey
public boolean isPrimaryKey() -
setOperation
-
getOperation
-
setOldIndex
public void setOldIndex(int oldIndex) -
getOldIndex
public int getOldIndex()
-