|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VRMLMetadataObjectNodeType
Marker interface that represents the X3DMetadataObject abstract data type as basic datatype.
All base nodes have a metadata ability added to them. However, only some nodes can be the metadata itself. Therefore this type does not extend the usual VRMLNodeType base interface.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the currently set name associated with this metadata object. |
java.lang.String |
getReference()
Get the currently set reference associated with this metadata object. |
void |
setName(java.lang.String name)
Set the name value for the metadata object. |
void |
setReference(java.lang.String reference)
Set the reference value for the metadata object. |
| Method Detail |
|---|
java.lang.String getName()
void setName(java.lang.String name)
name - The name to usejava.lang.String getReference()
void setReference(java.lang.String reference)
reference - The reference to use
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||