public interface DISEntityManager extends X3DChildNode
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(X3DNode[] newValue)
Add array of child mapping nodes to array of existing nodes (if any).
|
java.lang.String |
getAddress()
Provide String value from inputOutput SFString field named address.
|
int |
getApplicationID()
Provide int value from inputOutput SFInt32 field named applicationID.
|
X3DNode[] |
getMapping()
Provide array of X3DNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field mapping.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
int |
getPort()
Provide int value from inputOutput SFInt32 field named port.
|
int |
getSiteID()
Provide int value from inputOutput SFInt32 field named siteID.
|
DISEntityManager |
setAddress(java.lang.String newValue)
Assign String value to inputOutput SFString field named address.
|
DISEntityManager |
setApplicationID(int newValue)
Assign int value to inputOutput SFInt32 field named applicationID.
|
DISEntityManager |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
DISEntityManager |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
void |
setMapping(X3DNode newValue)
Set single child mapping node, replacing prior array of existing nodes (if any).
|
DISEntityManager |
setMapping(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field mapping.
|
DISEntityManager |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
DISEntityManager |
setPort(int newValue)
Assign int value to inputOutput SFInt32 field named port.
|
DISEntityManager |
setSiteID(int newValue)
Assign int value to inputOutput SFInt32 field named siteID.
|
DISEntityManager |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String getAddress()
DISEntityManager setAddress(java.lang.String newValue)
newValue - is new value for the address field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getApplicationID()
DISEntityManager setApplicationID(int newValue)
newValue - is new value for the applicationID field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode[] getMapping()
DISEntityTypeMappingObjectDISEntityManager setMapping(X3DNode[] newValue)
newValue - is new value for the mapping field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).void addMapping(X3DNode[] newValue)
newValue - is new value array to be appended the mapping field.void setMapping(X3DNode newValue)
newValue - is new node for the mapping fieldX3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DNodeDISEntityManager setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getPort()
DISEntityManager setPort(int newValue)
newValue - is new value for the port field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getSiteID()
DISEntityManager setSiteID(int newValue)
newValue - is new value for the siteID field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DISEntityManager setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DISEntityManager setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DChildNodesetUSE in interface X3DNodenewValue - is new value for the USE field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DISEntityManager setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DNodenewValue - is new value for the class field.DISEntityManager - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.