public interface MetadataBoolean extends X3DMetadataObject, X3DNode
| Modifier and Type | Method and Description |
|---|---|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
java.lang.String |
getName()
Provide String value from inputOutput SFString field named name.
|
java.lang.String |
getReference()
Provide String value from inputOutput SFString field named reference.
|
boolean[] |
getValue()
Provide array of boolean results from inputOutput MFBool field named value.
|
MetadataBoolean |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
MetadataBoolean |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
MetadataBoolean |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
MetadataBoolean |
setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
MetadataBoolean |
setReference(java.lang.String newValue)
Assign String value to inputOutput SFString field named reference.
|
MetadataBoolean |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
MetadataBoolean |
setValue(boolean[] newValue)
Assign boolean array to inputOutput MFBool field named value.
|
X3DMetadataObject getMetadata()
getMetadata in interface X3DNodeMetadataBoolean setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodenewValue - is new value for the metadata field.MetadataBoolean - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getName()
getName in interface X3DMetadataObjectMetadataBoolean setName(java.lang.String newValue)
setName in interface X3DMetadataObjectnewValue - is new value for the name field.MetadataBoolean - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getReference()
getReference in interface X3DMetadataObjectMetadataBoolean setReference(java.lang.String newValue)
setReference in interface X3DMetadataObjectnewValue - is new value for the reference field.MetadataBoolean - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean[] getValue()
MetadataBoolean setValue(boolean[] newValue)
newValue - is new value for the value field.MetadataBoolean - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MetadataBoolean setDEF(java.lang.String newValue)
setDEF in interface X3DNodenewValue - is new value for the DEF field.MetadataBoolean - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MetadataBoolean 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 X3DNodenewValue - is new value for the USE field.MetadataBoolean - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).MetadataBoolean setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodenewValue - is new value for the class field.MetadataBoolean - 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.