public interface View extends PlasmaDataObject
ViewColumn,
ViewColumnComment,
ViewComment| Modifier and Type | Interface and Description |
|---|---|
static class |
View.PROPERTY
The declared logical property names for this Type.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
|
static String |
TYPE_NAME_VIEW
The entity or Type logical name associated with this class.
|
| 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, 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_VIEW
boolean isSetOwner()
void unsetOwner()
String getOwner()
void setOwner(String value)
boolean isSetViewName()
void unsetViewName()
String getViewName()
void setViewName(String value)
maxLength: 30boolean isSetTextLength()
void unsetTextLength()
int getTextLength()
void setTextLength(int value)
boolean isSetText()
void unsetText()
String getText()
void setText(String value)
boolean isSetTypeTextLength()
void unsetTypeTextLength()
int getTypeTextLength()
void setTypeTextLength(int value)
boolean isSetTypeText()
void unsetTypeText()
String getTypeText()
void setTypeText(String value)
boolean isSetOidTextLength()
void unsetOidTextLength()
int getOidTextLength()
void setOidTextLength(int value)
boolean isSetOidText()
void unsetOidText()
String getOidText()
void setOidText(String value)
boolean isSetViewTypeOwner()
void unsetViewTypeOwner()
String getViewTypeOwner()
void setViewTypeOwner(String value)
boolean isSetViewType()
void unsetViewType()
String getViewType()
void setViewType(String value)
boolean isSetSuperviewName()
void unsetSuperviewName()
String getSuperviewName()
void setSuperviewName(String value)
maxLength: 30boolean isSetEditioningView()
void unsetEditioningView()
String getEditioningView()
void setEditioningView(String value)
maxLength: 1boolean isSetReadOnly()
void unsetReadOnly()
String getReadOnly()
void setReadOnly(String value)
maxLength: 1boolean isSetViewColumn()
void unsetViewColumn()
ViewColumn createViewColumn()
ViewColumn automatically establishing a containment relationship through the object's reference property, viewColumn.ViewColumn automatically establishing a containment relationship through the object's reference property viewColumn.ViewColumn[] getViewColumn()
ViewColumn getViewColumn(int idx)
idx - the indexint getViewColumnCount()
void setViewColumn(ViewColumn[] value)
value - the array valuevoid addViewColumn(ViewColumn value)
value - the value to addvoid removeViewColumn(ViewColumn value)
value - the value to removeboolean isSetViewComment()
void unsetViewComment()
ViewComment createViewComment()
ViewComment automatically establishing a containment relationship through the object's reference property, viewComment.ViewComment automatically establishing a containment relationship through the object's reference property viewComment.ViewComment[] getViewComment()
ViewComment getViewComment(int idx)
idx - the indexint getViewCommentCount()
void setViewComment(ViewComment[] value)
value - the array valuevoid addViewComment(ViewComment value)
value - the value to addvoid removeViewComment(ViewComment value)
value - the value to removeboolean isSetViewColumnComment()
void unsetViewColumnComment()
ViewColumnComment createViewColumnComment()
ViewColumnComment automatically establishing a containment relationship through the object's reference property, viewColumnComment.ViewColumnComment automatically establishing a containment relationship through the object's reference property viewColumnComment.ViewColumnComment[] getViewColumnComment()
ViewColumnComment getViewColumnComment(int idx)
idx - the indexint getViewColumnCommentCount()
void setViewColumnComment(ViewColumnComment[] value)
value - the array valuevoid addViewColumnComment(ViewColumnComment value)
value - the value to addvoid removeViewColumnComment(ViewColumnComment value)
value - the value to removeCopyright © 2017. All rights reserved.