public interface Topic extends Node
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILD
|
static String |
NAMESPACE_URI
|
static String |
PARENT
|
static String |
STORY
|
static String |
TYPE_NAME_TOPIC
The entity or Type logical name associated with this class.
|
CREATED_DATE, DESCRIPTION, ID, MODIFIED_DATE, MODIFIED_VERSION, NAME, SOURCE_EDGE, TARGET_EDGE, TYPE_NAME_NODE| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Topic value)
Adds the given value of Type Topic for the object's multi-valued property child.
|
void |
addStory(Story value)
Adds the given value of Type Story for the object's multi-valued property story.
|
Topic |
createChild()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, child. |
Topic |
createParent()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, parent. |
Story |
createStory()
Creates and returns a new instance of Type
Story automatically establishing a containment relationship through the object's reference property, story. |
Topic[] |
getChild()
Returns an array of Topic set for the object's multi-valued property child.
|
Topic |
getChild(int idx)
Returns the Topic set for the object's multi-valued property child based on the given index.
|
int |
getChildCount()
Returns a count for multi-valued property child.
|
Topic |
getParent()
Returns the value of the parent property.
|
Story[] |
getStory()
Returns an array of Story set for the object's multi-valued property story.
|
Story |
getStory(int idx)
Returns the Story set for the object's multi-valued property story based on the given index.
|
int |
getStoryCount()
Returns a count for multi-valued property story.
|
boolean |
isSetChild()
Returns true if the child property is set.
|
boolean |
isSetParent()
Returns true if the parent property is set.
|
boolean |
isSetStory()
Returns true if the story property is set.
|
void |
removeChild(Topic value)
Removes the given value of Type Topic for the object's multi-valued property child.
|
void |
removeStory(Story value)
Removes the given value of Type Story for the object's multi-valued property story.
|
void |
setChild(Topic[] value)
Sets the given array of Type Topic for the object's multi-valued property child.
|
void |
setParent(Topic value)
Sets the value of the parent property to the given value.
|
void |
setStory(Story[] value)
Sets the given array of Type Story for the object's multi-valued property story.
|
void |
unsetChild()
Unsets the child property, clearing the underlying collection.
|
void |
unsetParent()
Unsets the parent property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetStory()
Unsets the story property, clearing the underlying collection.
|
addSourceEdge, addTargetEdge, createSourceEdge, createTargetEdge, getCreatedDate, getDescription, getId, getModifiedDate, getModifiedVersion, getName, getSourceEdge, getSourceEdge, getSourceEdgeCount, getTargetEdge, getTargetEdge, getTargetEdgeCount, isSetCreatedDate, isSetDescription, isSetId, isSetModifiedDate, isSetModifiedVersion, isSetName, isSetSourceEdge, isSetTargetEdge, removeSourceEdge, removeTargetEdge, setCreatedDate, setDescription, setId, setModifiedDate, setModifiedVersion, setName, setSourceEdge, setTargetEdge, unsetCreatedDate, unsetDescription, unsetId, unsetModifiedDate, unsetModifiedVersion, unsetName, unsetSourceEdge, unsetTargetEdgeaccept, 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_TOPIC
static final String PARENT
static final String CHILD
static final String STORY
boolean isSetParent()
void unsetParent()
Topic createParent()
Topic automatically establishing a containment relationship through the object's reference property, parent.Topic automatically establishing a containment relationship through the object's reference property parent.Topic getParent()
void setParent(Topic value)
boolean isSetChild()
void unsetChild()
Topic createChild()
Topic automatically establishing a containment relationship through the object's reference property, child.Topic automatically establishing a containment relationship through the object's reference property child.Topic[] getChild()
Topic getChild(int idx)
idx - the indexint getChildCount()
void setChild(Topic[] value)
value - the array valuevoid addChild(Topic value)
value - the value to addvoid removeChild(Topic value)
value - the value to removeboolean isSetStory()
void unsetStory()
Story createStory()
Story automatically establishing a containment relationship through the object's reference property, story.Story automatically establishing a containment relationship through the object's reference property story.Story[] getStory()
Story getStory(int idx)
idx - the indexint getStoryCount()
void setStory(Story[] value)
value - the array valuevoid addStory(Story value)
value - the value to addvoid removeStory(Story value)
value - the value to removeCopyright © 2023. All Rights Reserved.