public interface TableColumnKeyUsage extends PlasmaDataObject
Table| Modifier and Type | Interface and Description |
|---|---|
static class |
TableColumnKeyUsage.PROPERTY
The declared logical property names for this Type.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
|
static String |
TYPE_NAME_TABLE_COLUMN_KEY_USAGE
The entity or Type logical name associated with this class.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
createTable()
Creates and returns a new instance of Type
Table automatically establishing a containment relationship through the object's reference property, table. |
String |
getColumnName()
Returns the value of the columnName property.
|
String |
getName()
Returns the value of the name property.
|
String |
getOwner()
Returns the value of the owner property.
|
String |
getReferencedColumnName()
Returns the value of the referencedColumnName property.
|
String |
getReferencedTableName()
Returns the value of the referencedTableName property.
|
String |
getReferencedTableSchema()
Returns the value of the referencedTableSchema property.
|
Table |
getTable()
Returns the value of the table property.
|
boolean |
isSetColumnName()
Returns true if the columnName property is set.
|
boolean |
isSetName()
Returns true if the name property is set.
|
boolean |
isSetOwner()
Returns true if the owner property is set.
|
boolean |
isSetReferencedColumnName()
Returns true if the referencedColumnName property is set.
|
boolean |
isSetReferencedTableName()
Returns true if the referencedTableName property is set.
|
boolean |
isSetReferencedTableSchema()
Returns true if the referencedTableSchema property is set.
|
boolean |
isSetTable()
Returns true if the table property is set.
|
void |
setColumnName(String value)
Sets the value of the columnName property to the given value.
|
void |
setName(String value)
Sets the value of the name property to the given value.
|
void |
setOwner(String value)
Sets the value of the owner property to the given value.
|
void |
setReferencedColumnName(String value)
Sets the value of the referencedColumnName property to the given value.
|
void |
setReferencedTableName(String value)
Sets the value of the referencedTableName property to the given value.
|
void |
setReferencedTableSchema(String value)
Sets the value of the referencedTableSchema property to the given value.
|
void |
setTable(Table value)
Sets the value of the table property to the given value.
|
void |
unsetColumnName()
Unsets the columnName property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetName()
Unsets the name property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetOwner()
Unsets the owner property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetReferencedColumnName()
Unsets the referencedColumnName property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetReferencedTableName()
Unsets the referencedTableName property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetReferencedTableSchema()
Unsets the referencedTableSchema property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTable()
Unsets the table property, the value
of the property of the object being set to the property's
default value.
|
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reparent, reset, resetUUID, setContainer, setContainmentProperty, setDataGraphcreateDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unsetstatic final String NAMESPACE_URI
static final String TYPE_NAME_TABLE_COLUMN_KEY_USAGE
boolean isSetOwner()
void unsetOwner()
String getOwner()
void setOwner(String value)
boolean isSetName()
void unsetName()
String getName()
void setName(String value)
boolean isSetColumnName()
void unsetColumnName()
String getColumnName()
void setColumnName(String value)
boolean isSetReferencedTableSchema()
void unsetReferencedTableSchema()
String getReferencedTableSchema()
void setReferencedTableSchema(String value)
boolean isSetReferencedTableName()
void unsetReferencedTableName()
String getReferencedTableName()
void setReferencedTableName(String value)
boolean isSetReferencedColumnName()
void unsetReferencedColumnName()
String getReferencedColumnName()
void setReferencedColumnName(String value)
boolean isSetTable()
void unsetTable()
Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.Table automatically establishing a containment relationship through the object's reference property table.Table getTable()
void setTable(Table value)
Copyright © 2017. All rights reserved.