public interface DISEntityTypeMapping extends X3DInfoNode, X3DUrlObject
| Modifier and Type | Method and Description |
|---|---|
int |
getCategory()
Provide int value within allowed range of [0,255] from initializeOnly SFInt32 field named category.
|
int |
getCountry()
Provide int value within allowed range of [0,65535] from initializeOnly SFInt32 field named country.
|
int |
getDomain()
Provide int value within allowed range of [0,255] from initializeOnly SFInt32 field named domain.
|
int |
getExtra()
Provide int value within allowed range of [0,255] from initializeOnly SFInt32 field named extra.
|
int |
getKind()
Provide int value within allowed range of [0,255] from initializeOnly SFInt32 field named kind.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
int |
getSpecific()
Provide int value within allowed range of [0,255] from initializeOnly SFInt32 field named specific.
|
int |
getSubcategory()
Provide int value within allowed range of [0,255] from initializeOnly SFInt32 field named subcategory.
|
java.lang.String[] |
getUrl()
Provide array of String results from inputOutput MFString field named url.
|
DISEntityTypeMapping |
setCategory(int newValue)
Assign int value within allowed range of [0,255] to initializeOnly SFInt32 field named category.
|
DISEntityTypeMapping |
setCountry(int newValue)
Assign int value within allowed range of [0,65535] to initializeOnly SFInt32 field named country.
|
DISEntityTypeMapping |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
DISEntityTypeMapping |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
DISEntityTypeMapping |
setDomain(int newValue)
Assign int value within allowed range of [0,255] to initializeOnly SFInt32 field named domain.
|
DISEntityTypeMapping |
setExtra(int newValue)
Assign int value within allowed range of [0,255] to initializeOnly SFInt32 field named extra.
|
DISEntityTypeMapping |
setKind(int newValue)
Assign int value within allowed range of [0,255] to initializeOnly SFInt32 field named kind.
|
DISEntityTypeMapping |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
DISEntityTypeMapping |
setSpecific(int newValue)
Assign int value within allowed range of [0,255] to initializeOnly SFInt32 field named specific.
|
DISEntityTypeMapping |
setSubcategory(int newValue)
Assign int value within allowed range of [0,255] to initializeOnly SFInt32 field named subcategory.
|
DISEntityTypeMapping |
setUrl(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named url.
|
DISEntityTypeMapping |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
int getCategory()
DISEntityTypeMapping setCategory(int newValue)
newValue - is new value for the category field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getCountry()
DISEntityTypeMapping setCountry(int newValue)
newValue - is new value for the country field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getDomain()
DISEntityTypeMapping setDomain(int newValue)
newValue - is new value for the domain field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getExtra()
DISEntityTypeMapping setExtra(int newValue)
newValue - is new value for the extra field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getKind()
DISEntityTypeMapping setKind(int newValue)
newValue - is new value for the kind field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DInfoNodegetMetadata in interface X3DNodeDISEntityTypeMapping setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DInfoNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getSpecific()
DISEntityTypeMapping setSpecific(int newValue)
newValue - is new value for the specific field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getSubcategory()
DISEntityTypeMapping setSubcategory(int newValue)
newValue - is new value for the subcategory field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getUrl()
getUrl in interface X3DUrlObjectDISEntityTypeMapping setUrl(java.lang.String[] newValue)
setUrl in interface X3DUrlObjectnewValue - is new value for the url field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DISEntityTypeMapping setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DInfoNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DISEntityTypeMapping 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 X3DInfoNodesetUSE in interface X3DNodenewValue - is new value for the USE field.DISEntityTypeMapping - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).DISEntityTypeMapping setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DInfoNodesetCssClass in interface X3DNodenewValue - is new value for the class field.DISEntityTypeMapping - 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.