|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to usepublic java.lang.String getReference()
public void setReference(java.lang.String reference)
reference - The reference to use
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||