|
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 X3DFieldDefinition
Representation of a node's field definition.
The field definition holds the static field information such as the field access type, the data type and the name of the field.
The implementation of the toString() method of this class shall return the
full IDL declaration of the field as per the specification, not the UTF8 or
XML format. Implementation of .equals() shall return true if
the two field definitions share the same access type, data type and name. It
shall not include the underlying field's values at that point in time.
| Method Summary | |
|---|---|
int |
getAccessType()
Get the access type of the field. |
int |
getFieldType()
Get the field type. |
java.lang.String |
getFieldTypeString()
Get the field type. |
java.lang.String |
getName()
Get the name of this field. |
| Method Detail |
|---|
java.lang.String getName()
int getAccessType()
X3DFieldTypesint getFieldType()
X3DFieldTypesjava.lang.String getFieldTypeString()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||