-
-
Methods in org.web3d.x3d.sai.Core that return MetadataSet
| Modifier and Type |
Method |
Description |
MetadataSet |
MetadataSet.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
MetadataSet |
MetadataSet.setName(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named name.
|
MetadataSet |
MetadataSet.setReference(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named reference.
|
MetadataSet |
MetadataSet.setValue(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field value.
|