public interface Actor extends Node
| Modifier and Type | Field and Description |
|---|---|
static String |
AGE
the physical age of the actor
|
static String |
BLOG
|
static String |
IQ
the intelligence quotent
|
static String |
NAMESPACE_URI
|
static String |
PHOTO
|
static String |
TYPE_NAME_ACTOR
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 |
addBlog(Blog value)
Adds the given value of Type Blog for the object's multi-valued property blog.
|
void |
addPhoto(Photo value)
Adds the given value of Type Photo for the object's multi-valued property photo.
|
Blog |
createBlog()
Creates and returns a new instance of Type
Blog automatically establishing a containment relationship through the object's reference property, blog. |
Photo |
createPhoto()
Creates and returns a new instance of Type
Photo automatically establishing a containment relationship through the object's reference property, photo. |
int |
getAge()
Returns the value of the age property.
|
Blog[] |
getBlog()
Returns an array of Blog set for the object's multi-valued property blog.
|
Blog |
getBlog(int idx)
Returns the Blog set for the object's multi-valued property blog based on the given index.
|
int |
getBlogCount()
Returns a count for multi-valued property blog.
|
int |
getIq()
Returns the value of the iq property.
|
Photo[] |
getPhoto()
Returns an array of Photo set for the object's multi-valued property photo.
|
Photo |
getPhoto(int idx)
Returns the Photo set for the object's multi-valued property photo based on the given index.
|
int |
getPhotoCount()
Returns a count for multi-valued property photo.
|
boolean |
isSetAge()
Returns true if the age property is set.
|
boolean |
isSetBlog()
Returns true if the blog property is set.
|
boolean |
isSetIq()
Returns true if the iq property is set.
|
boolean |
isSetPhoto()
Returns true if the photo property is set.
|
void |
removeBlog(Blog value)
Removes the given value of Type Blog for the object's multi-valued property blog.
|
void |
removePhoto(Photo value)
Removes the given value of Type Photo for the object's multi-valued property photo.
|
void |
setAge(int value)
Sets the value of the age property to the given value.
|
void |
setBlog(Blog[] value)
Sets the given array of Type Blog for the object's multi-valued property blog.
|
void |
setIq(int value)
Sets the value of the iq property to the given value.
|
void |
setPhoto(Photo[] value)
Sets the given array of Type Photo for the object's multi-valued property photo.
|
void |
unsetAge()
Unsets the age property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetBlog()
Unsets the blog property, clearing the underlying collection.
|
void |
unsetIq()
Unsets the iq property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetPhoto()
Unsets the photo 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_ACTOR
static final String BLOG
static final String PHOTO
static final String AGE
static final String IQ
boolean isSetBlog()
void unsetBlog()
Blog createBlog()
Blog automatically establishing a containment relationship through the object's reference property, blog.Blog automatically establishing a containment relationship through the object's reference property blog.Blog[] getBlog()
Blog getBlog(int idx)
idx - the indexint getBlogCount()
void setBlog(Blog[] value)
value - the array valuevoid addBlog(Blog value)
value - the value to addvoid removeBlog(Blog value)
value - the value to removeboolean isSetPhoto()
void unsetPhoto()
Photo createPhoto()
Photo automatically establishing a containment relationship through the object's reference property, photo.Photo automatically establishing a containment relationship through the object's reference property photo.Photo[] getPhoto()
Photo getPhoto(int idx)
idx - the indexint getPhotoCount()
void setPhoto(Photo[] value)
value - the array valuevoid addPhoto(Photo value)
value - the value to addvoid removePhoto(Photo value)
value - the value to removeboolean isSetAge()
getAge or setAge(...) for a definition of property agevoid unsetAge()
getAge or setAge(...) for a definition of property ageint getAge()
void setAge(int value)
boolean isSetIq()
getIq or setIq(...) for a definition of property iqvoid unsetIq()
getIq or setIq(...) for a definition of property iqint getIq()
void setIq(int value)
Copyright © 2023. All Rights Reserved.