public interface X3DMetadataObject
| Modifier and Type | Method and Description |
|---|---|
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.
|
X3DMetadataObject |
setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
X3DMetadataObject |
setReference(java.lang.String newValue)
Assign String value to inputOutput SFString field named reference.
|
java.lang.String getName()
X3DMetadataObject setName(java.lang.String newValue)
newValue - is new value for the name field.X3DMetadataObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getReference()
X3DMetadataObject setReference(java.lang.String newValue)
newValue - is new value for the reference field.X3DMetadataObject - 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.