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 |
|---|---|
void |
addViewColumn(ViewColumn value)
Adds the given value of Type ViewColumn for the object's multi-valued property viewColumn.
|
void |
addViewColumnComment(ViewColumnComment value)
Adds the given value of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
|
void |
addViewComment(ViewComment value)
Adds the given value of Type ViewComment for the object's multi-valued property viewComment.
|
ViewColumn |
createViewColumn()
Creates and returns a new instance of Type
ViewColumn automatically establishing a containment relationship through the object's reference property, viewColumn. |
ViewColumnComment |
createViewColumnComment()
Creates and returns a new instance of Type
ViewColumnComment automatically establishing a containment relationship through the object's reference property, viewColumnComment. |
ViewComment |
createViewComment()
Creates and returns a new instance of Type
ViewComment automatically establishing a containment relationship through the object's reference property, viewComment. |
String |
getEditioningView()
Returns the value of the editioningView property.
|
String |
getOidText()
Returns the value of the oidText property.
|
int |
getOidTextLength()
Returns the value of the oidTextLength property.
|
String |
getOwner()
Returns the value of the owner property.
|
String |
getReadOnly()
Returns the value of the readOnly property.
|
String |
getSuperviewName()
Returns the value of the superviewName property.
|
String |
getText()
Returns the value of the text property.
|
int |
getTextLength()
Returns the value of the textLength property.
|
String |
getTypeText()
Returns the value of the typeText property.
|
int |
getTypeTextLength()
Returns the value of the typeTextLength property.
|
ViewColumn[] |
getViewColumn()
Returns an array of ViewColumn set for the object's multi-valued property viewColumn.
|
ViewColumn |
getViewColumn(int idx)
Returns the ViewColumn set for the object's multi-valued property viewColumn based on the given index.
|
ViewColumnComment[] |
getViewColumnComment()
Returns an array of ViewColumnComment set for the object's multi-valued property viewColumnComment.
|
ViewColumnComment |
getViewColumnComment(int idx)
Returns the ViewColumnComment set for the object's multi-valued property viewColumnComment based on the given index.
|
int |
getViewColumnCommentCount()
Returns a count for multi-valued property viewColumnComment.
|
int |
getViewColumnCount()
Returns a count for multi-valued property viewColumn.
|
ViewComment[] |
getViewComment()
Returns an array of ViewComment set for the object's multi-valued property viewComment.
|
ViewComment |
getViewComment(int idx)
Returns the ViewComment set for the object's multi-valued property viewComment based on the given index.
|
int |
getViewCommentCount()
Returns a count for multi-valued property viewComment.
|
String |
getViewName()
Returns the value of the viewName property.
|
String |
getViewType()
Returns the value of the viewType property.
|
String |
getViewTypeOwner()
Returns the value of the viewTypeOwner property.
|
boolean |
isSetEditioningView()
Returns true if the editioningView property is set.
|
boolean |
isSetOidText()
Returns true if the oidText property is set.
|
boolean |
isSetOidTextLength()
Returns true if the oidTextLength property is set.
|
boolean |
isSetOwner()
Returns true if the owner property is set.
|
boolean |
isSetReadOnly()
Returns true if the readOnly property is set.
|
boolean |
isSetSuperviewName()
Returns true if the superviewName property is set.
|
boolean |
isSetText()
Returns true if the text property is set.
|
boolean |
isSetTextLength()
Returns true if the textLength property is set.
|
boolean |
isSetTypeText()
Returns true if the typeText property is set.
|
boolean |
isSetTypeTextLength()
Returns true if the typeTextLength property is set.
|
boolean |
isSetViewColumn()
Returns true if the viewColumn property is set.
|
boolean |
isSetViewColumnComment()
Returns true if the viewColumnComment property is set.
|
boolean |
isSetViewComment()
Returns true if the viewComment property is set.
|
boolean |
isSetViewName()
Returns true if the viewName property is set.
|
boolean |
isSetViewType()
Returns true if the viewType property is set.
|
boolean |
isSetViewTypeOwner()
Returns true if the viewTypeOwner property is set.
|
void |
removeViewColumn(ViewColumn value)
Removes the given value of Type ViewColumn for the object's multi-valued property viewColumn.
|
void |
removeViewColumnComment(ViewColumnComment value)
Removes the given value of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
|
void |
removeViewComment(ViewComment value)
Removes the given value of Type ViewComment for the object's multi-valued property viewComment.
|
void |
setEditioningView(String value)
Sets the value of the editioningView property to the given value.
|
void |
setOidText(String value)
Sets the value of the oidText property to the given value.
|
void |
setOidTextLength(int value)
Sets the value of the oidTextLength property to the given value.
|
void |
setOwner(String value)
Sets the value of the owner property to the given value.
|
void |
setReadOnly(String value)
Sets the value of the readOnly property to the given value.
|
void |
setSuperviewName(String value)
Sets the value of the superviewName property to the given value.
|
void |
setText(String value)
Sets the value of the text property to the given value.
|
void |
setTextLength(int value)
Sets the value of the textLength property to the given value.
|
void |
setTypeText(String value)
Sets the value of the typeText property to the given value.
|
void |
setTypeTextLength(int value)
Sets the value of the typeTextLength property to the given value.
|
void |
setViewColumn(ViewColumn[] value)
Sets the given array of Type ViewColumn for the object's multi-valued property viewColumn.
|
void |
setViewColumnComment(ViewColumnComment[] value)
Sets the given array of Type ViewColumnComment for the object's multi-valued property viewColumnComment.
|
void |
setViewComment(ViewComment[] value)
Sets the given array of Type ViewComment for the object's multi-valued property viewComment.
|
void |
setViewName(String value)
Sets the value of the viewName property to the given value.
|
void |
setViewType(String value)
Sets the value of the viewType property to the given value.
|
void |
setViewTypeOwner(String value)
Sets the value of the viewTypeOwner property to the given value.
|
void |
unsetEditioningView()
Unsets the editioningView property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetOidText()
Unsets the oidText property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetOidTextLength()
Unsets the oidTextLength 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 |
unsetReadOnly()
Unsets the readOnly property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetSuperviewName()
Unsets the superviewName property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetText()
Unsets the text property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTextLength()
Unsets the textLength property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTypeText()
Unsets the typeText property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTypeTextLength()
Unsets the typeTextLength property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetViewColumn()
Unsets the viewColumn property, clearing the underlying collection.
|
void |
unsetViewColumnComment()
Unsets the viewColumnComment property, clearing the underlying collection.
|
void |
unsetViewComment()
Unsets the viewComment property, clearing the underlying collection.
|
void |
unsetViewName()
Unsets the viewName property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetViewType()
Unsets the viewType property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetViewTypeOwner()
Unsets the viewTypeOwner 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 isSetEditioningView()
isSetEditioningView in interface Viewpublic void unsetEditioningView()
unsetEditioningView in interface Viewpublic String getEditioningView()
getEditioningView in interface Viewpublic void setEditioningView(String value)
maxLength: 1setEditioningView in interface Viewpublic boolean isSetOidText()
isSetOidText in interface Viewpublic void unsetOidText()
unsetOidText in interface Viewpublic String getOidText()
getOidText in interface Viewpublic void setOidText(String value)
setOidText in interface Viewpublic boolean isSetOidTextLength()
isSetOidTextLength in interface Viewpublic void unsetOidTextLength()
unsetOidTextLength in interface Viewpublic int getOidTextLength()
getOidTextLength in interface Viewpublic void setOidTextLength(int value)
setOidTextLength in interface Viewpublic boolean isSetOwner()
isSetOwner in interface Viewpublic void unsetOwner()
unsetOwner in interface Viewpublic String getOwner()
public void setOwner(String value)
public boolean isSetReadOnly()
isSetReadOnly in interface Viewpublic void unsetReadOnly()
unsetReadOnly in interface Viewpublic String getReadOnly()
getReadOnly in interface Viewpublic void setReadOnly(String value)
maxLength: 1setReadOnly in interface Viewpublic boolean isSetSuperviewName()
isSetSuperviewName in interface Viewpublic void unsetSuperviewName()
unsetSuperviewName in interface Viewpublic String getSuperviewName()
getSuperviewName in interface Viewpublic void setSuperviewName(String value)
maxLength: 30setSuperviewName in interface Viewpublic boolean isSetText()
public void unsetText()
public String getText()
public void setText(String value)
public boolean isSetTextLength()
isSetTextLength in interface Viewpublic void unsetTextLength()
unsetTextLength in interface Viewpublic int getTextLength()
getTextLength in interface Viewpublic void setTextLength(int value)
setTextLength in interface Viewpublic boolean isSetTypeText()
isSetTypeText in interface Viewpublic void unsetTypeText()
unsetTypeText in interface Viewpublic String getTypeText()
getTypeText in interface Viewpublic void setTypeText(String value)
setTypeText in interface Viewpublic boolean isSetTypeTextLength()
isSetTypeTextLength in interface Viewpublic void unsetTypeTextLength()
unsetTypeTextLength in interface Viewpublic int getTypeTextLength()
getTypeTextLength in interface Viewpublic void setTypeTextLength(int value)
setTypeTextLength in interface Viewpublic boolean isSetViewColumn()
isSetViewColumn in interface Viewpublic void unsetViewColumn()
unsetViewColumn in interface Viewpublic ViewColumn createViewColumn()
ViewColumn automatically establishing a containment relationship through the object's reference property, viewColumn.createViewColumn in interface ViewViewColumn automatically establishing a containment relationship through the object's reference property viewColumn.public ViewColumn[] getViewColumn()
ViewgetViewColumn in interface Viewpublic ViewColumn getViewColumn(int idx)
ViewgetViewColumn in interface Viewidx - the indexpublic int getViewColumnCount()
ViewgetViewColumnCount in interface Viewpublic void setViewColumn(ViewColumn[] value)
ViewsetViewColumn in interface Viewvalue - the array valuepublic void addViewColumn(ViewColumn value)
ViewaddViewColumn in interface Viewvalue - the value to addpublic void removeViewColumn(ViewColumn value)
ViewremoveViewColumn in interface Viewvalue - the value to removepublic boolean isSetViewColumnComment()
isSetViewColumnComment in interface Viewpublic void unsetViewColumnComment()
unsetViewColumnComment in interface Viewpublic ViewColumnComment createViewColumnComment()
ViewColumnComment automatically establishing a containment relationship through the object's reference property, viewColumnComment.createViewColumnComment in interface ViewViewColumnComment automatically establishing a containment relationship through the object's reference property viewColumnComment.public ViewColumnComment[] getViewColumnComment()
ViewgetViewColumnComment in interface Viewpublic ViewColumnComment getViewColumnComment(int idx)
ViewgetViewColumnComment in interface Viewidx - the indexpublic int getViewColumnCommentCount()
ViewgetViewColumnCommentCount in interface Viewpublic void setViewColumnComment(ViewColumnComment[] value)
ViewsetViewColumnComment in interface Viewvalue - the array valuepublic void addViewColumnComment(ViewColumnComment value)
ViewaddViewColumnComment in interface Viewvalue - the value to addpublic void removeViewColumnComment(ViewColumnComment value)
ViewremoveViewColumnComment in interface Viewvalue - the value to removepublic boolean isSetViewComment()
isSetViewComment in interface Viewpublic void unsetViewComment()
unsetViewComment in interface Viewpublic ViewComment createViewComment()
ViewComment automatically establishing a containment relationship through the object's reference property, viewComment.createViewComment in interface ViewViewComment automatically establishing a containment relationship through the object's reference property viewComment.public ViewComment[] getViewComment()
ViewgetViewComment in interface Viewpublic ViewComment getViewComment(int idx)
ViewgetViewComment in interface Viewidx - the indexpublic int getViewCommentCount()
ViewgetViewCommentCount in interface Viewpublic void setViewComment(ViewComment[] value)
ViewsetViewComment in interface Viewvalue - the array valuepublic void addViewComment(ViewComment value)
ViewaddViewComment in interface Viewvalue - the value to addpublic void removeViewComment(ViewComment value)
ViewremoveViewComment in interface Viewvalue - the value to removepublic boolean isSetViewName()
isSetViewName in interface Viewpublic void unsetViewName()
unsetViewName in interface Viewpublic String getViewName()
getViewName in interface Viewpublic void setViewName(String value)
maxLength: 30setViewName in interface Viewpublic boolean isSetViewType()
isSetViewType in interface Viewpublic void unsetViewType()
unsetViewType in interface Viewpublic String getViewType()
getViewType in interface Viewpublic void setViewType(String value)
setViewType in interface Viewpublic boolean isSetViewTypeOwner()
isSetViewTypeOwner in interface Viewpublic void unsetViewTypeOwner()
unsetViewTypeOwner in interface Viewpublic String getViewTypeOwner()
getViewTypeOwner in interface Viewpublic void setViewTypeOwner(String value)
setViewTypeOwner in interface ViewCopyright © 2017. All rights reserved.