public class ViewImpl extends CoreDataObject implements Serializable, View
View.PROPERTY| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class
|
EMPTY_EDGE_LIST, valueObjectTYPE_NAME_VIEW| Constructor and Description |
|---|
ViewImpl()
Default No-arg constructor required for serialization operations.
|
ViewImpl(Type type) |
| 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 |
getIsUpdatable()
Returns the value of the isUpdatable property.
|
String |
getOwner()
Returns the value of the owner property.
|
Table |
getTable()
Returns the value of the table property.
|
String |
getTableComment()
Returns the value of the tableComment property.
|
String |
getViewDefinition()
Returns the value of the viewDefinition property.
|
boolean |
isSetIsUpdatable()
Returns true if the isUpdatable property is set.
|
boolean |
isSetOwner()
Returns true if the owner property is set.
|
boolean |
isSetTable()
Returns true if the table property is set.
|
boolean |
isSetTableComment()
Returns true if the tableComment property is set.
|
boolean |
isSetViewDefinition()
Returns true if the viewDefinition property is set.
|
void |
setIsUpdatable(String value)
Sets the value of the isUpdatable property to the given value.
|
void |
setOwner(String value)
Sets the value of the owner property to the given value.
|
void |
setTable(Table value)
Sets the value of the table property to the given value.
|
void |
setTableComment(String value)
Sets the value of the tableComment property to the given value.
|
void |
setViewDefinition(String value)
Sets the value of the viewDefinition property to the given value.
|
void |
unsetIsUpdatable()
Unsets the isUpdatable 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 |
unsetTable()
Unsets the table property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTableComment()
Unsets the tableComment property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetViewDefinition()
Unsets the viewDefinition property, the value
of the property of the object being set to the property's
default value.
|
accept, accept, accept, acceptDepthFirst, add, contains, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, dump, dumpDepthFirst, equals, find, 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, 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, getUUID, getUUIDAsString, hashCode, isSet, isSet, isSet, remove, remove, reparent, reset, resetUUID, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setContainer, setContainmentProperty, setDataGraph, 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, toString, unset, unset, unset, uuidFromBase64, uuidToBase64getEdges, getEntityName, getValue, getValueObject, removeValue, setValue, setValueObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, 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, unsetpublic static final String NAMESPACE_URI
public ViewImpl()
public ViewImpl(Type type)
public boolean isSetIsUpdatable()
isSetIsUpdatable in interface Viewpublic void unsetIsUpdatable()
unsetIsUpdatable in interface Viewpublic String getIsUpdatable()
getIsUpdatable in interface Viewpublic void setIsUpdatable(String value)
setIsUpdatable in interface Viewpublic boolean isSetOwner()
isSetOwner in interface Viewpublic void unsetOwner()
unsetOwner in interface Viewpublic String getOwner()
public void setOwner(String value)
public boolean isSetTable()
isSetTable in interface Viewpublic void unsetTable()
unsetTable in interface Viewpublic Table createTable()
Table automatically establishing a containment relationship through the object's reference property, table.createTable in interface ViewTable automatically establishing a containment relationship through the object's reference property table.public Table getTable()
public void setTable(Table value)
public boolean isSetTableComment()
isSetTableComment in interface Viewpublic void unsetTableComment()
unsetTableComment in interface Viewpublic String getTableComment()
getTableComment in interface Viewpublic void setTableComment(String value)
setTableComment in interface Viewpublic boolean isSetViewDefinition()
isSetViewDefinition in interface Viewpublic void unsetViewDefinition()
unsetViewDefinition in interface Viewpublic String getViewDefinition()
getViewDefinition in interface Viewpublic void setViewDefinition(String value)
setViewDefinition in interface ViewCopyright © 2017. All rights reserved.