public interface Node
extends org.plasma.sdo.PlasmaDataObject
Edge| Modifier and Type | Field and Description |
|---|---|
static String |
CREATED_DATE
|
static String |
DESCRIPTION
|
static String |
ID
the id
|
static String |
MODIFIED_DATE
|
static String |
MODIFIED_VERSION
the version num
|
static String |
NAME
|
static String |
NAMESPACE_URI
|
static String |
SOURCE_EDGE
|
static String |
TARGET_EDGE
|
static String |
TYPE_NAME_NODE
The entity or Type logical name associated with this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceEdge(Edge value)
Adds the given value of Type Edge for the object's multi-valued property sourceEdge.
|
void |
addTargetEdge(Edge value)
Adds the given value of Type Edge for the object's multi-valued property targetEdge.
|
Edge |
createSourceEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge. |
Edge |
createTargetEdge(Class<? extends Edge> clss)
Creates and returns a new instance of the given subclass Type for abstract base Type
Edge automatically establishing a containment relationship through the object's reference property, targetEdge. |
Date |
getCreatedDate()
Returns the value of the createdDate property.
|
String |
getDescription()
Returns the value of the description property.
|
String |
getId()
Returns the value of the id property.
|
Date |
getModifiedDate()
Returns the value of the modifiedDate property.
|
long |
getModifiedVersion()
Returns the value of the modifiedVersion property.
|
String |
getName()
Returns the value of the name property.
|
Edge[] |
getSourceEdge()
Returns an array of Edge set for the object's multi-valued property sourceEdge.
|
Edge |
getSourceEdge(int idx)
Returns the Edge set for the object's multi-valued property sourceEdge based on the given index.
|
int |
getSourceEdgeCount()
Returns a count for multi-valued property sourceEdge.
|
Edge[] |
getTargetEdge()
Returns an array of Edge set for the object's multi-valued property targetEdge.
|
Edge |
getTargetEdge(int idx)
Returns the Edge set for the object's multi-valued property targetEdge based on the given index.
|
int |
getTargetEdgeCount()
Returns a count for multi-valued property targetEdge.
|
boolean |
isSetCreatedDate()
Returns true if the createdDate property is set.
|
boolean |
isSetDescription()
Returns true if the description property is set.
|
boolean |
isSetId()
Returns true if the id property is set.
|
boolean |
isSetModifiedDate()
Returns true if the modifiedDate property is set.
|
boolean |
isSetModifiedVersion()
Returns true if the modifiedVersion property is set.
|
boolean |
isSetName()
Returns true if the name property is set.
|
boolean |
isSetSourceEdge()
Returns true if the sourceEdge property is set.
|
boolean |
isSetTargetEdge()
Returns true if the targetEdge property is set.
|
void |
removeSourceEdge(Edge value)
Removes the given value of Type Edge for the object's multi-valued property sourceEdge.
|
void |
removeTargetEdge(Edge value)
Removes the given value of Type Edge for the object's multi-valued property targetEdge.
|
void |
setCreatedDate(Date value)
Sets the value of the createdDate property to the given value.
|
void |
setDescription(String value)
Sets the value of the description property to the given value.
|
void |
setId(String value)
Sets the value of the id property to the given value.
|
void |
setModifiedDate(Date value)
Sets the value of the modifiedDate property to the given value.
|
void |
setModifiedVersion(long value)
Sets the value of the modifiedVersion property to the given value.
|
void |
setName(String value)
Sets the value of the name property to the given value.
|
void |
setSourceEdge(Edge[] value)
Sets the given array of Type Edge for the object's multi-valued property sourceEdge.
|
void |
setTargetEdge(Edge[] value)
Sets the given array of Type Edge for the object's multi-valued property targetEdge.
|
void |
unsetCreatedDate()
Unsets the createdDate property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDescription()
Unsets the description property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetId()
Unsets the id property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetModifiedDate()
Unsets the modifiedDate property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetModifiedVersion()
Unsets the modifiedVersion 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 |
unsetSourceEdge()
Unsets the sourceEdge property, clearing the underlying collection.
|
void |
unsetTargetEdge()
Unsets the targetEdge property, clearing the underlying collection.
|
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, get, getDataObject, getUUID, getUUIDAsString, remove, remove, reparent, reset, resetUUID, set, setContainer, setContainmentProperty, setDataGraph, valuescreateDataObject, 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_NODE
static final String SOURCE_EDGE
static final String TARGET_EDGE
static final String NAME
static final String DESCRIPTION
static final String CREATED_DATE
static final String MODIFIED_DATE
static final String ID
static final String MODIFIED_VERSION
boolean isSetSourceEdge()
void unsetSourceEdge()
Edge createSourceEdge(Class<? extends Edge> clss)
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.clss - the subclass Type
Returns a new instance of the given subclass Type for abstract base Type Edge.Edge[] getSourceEdge()
Edge getSourceEdge(int idx)
idx - the indexint getSourceEdgeCount()
void setSourceEdge(Edge[] value)
value - the array valuevoid addSourceEdge(Edge value)
value - the value to addvoid removeSourceEdge(Edge value)
value - the value to removeboolean isSetTargetEdge()
void unsetTargetEdge()
Edge createTargetEdge(Class<? extends Edge> clss)
Edge automatically establishing a containment relationship through the object's reference property, targetEdge.clss - the subclass Type
Returns a new instance of the given subclass Type for abstract base Type Edge.Edge[] getTargetEdge()
Edge getTargetEdge(int idx)
idx - the indexint getTargetEdgeCount()
void setTargetEdge(Edge[] value)
value - the array valuevoid addTargetEdge(Edge value)
value - the value to addvoid removeTargetEdge(Edge value)
value - the value to removeboolean isSetName()
void unsetName()
String getName()
void setName(String value)
maxLength: 32boolean isSetDescription()
void unsetDescription()
String getDescription()
void setDescription(String value)
boolean isSetCreatedDate()
void unsetCreatedDate()
Date getCreatedDate()
void setCreatedDate(Date value)
boolean isSetModifiedDate()
void unsetModifiedDate()
Date getModifiedDate()
void setModifiedDate(Date value)
boolean isSetId()
getId or setId(...) for a definition of property idvoid unsetId()
getId or setId(...) for a definition of property idString getId()
void setId(String value)
maxLength: 36boolean isSetModifiedVersion()
getModifiedVersion or setModifiedVersion(...) for a definition of property modifiedVersionvoid unsetModifiedVersion()
getModifiedVersion or setModifiedVersion(...) for a definition of property modifiedVersionlong getModifiedVersion()
void setModifiedVersion(long value)
Copyright © 2023. All Rights Reserved.