Package | Description |
---|---|
x3d.model |
This package contains the x3d model.
|
Modifier and Type | Field and Description |
---|---|
protected FieldTypeName |
Field.type |
Modifier and Type | Method and Description |
---|---|
static FieldTypeName |
FieldTypeName.fromValue(String v) |
FieldTypeName |
Field.getType()
Gets the value of the type property.
|
static FieldTypeName |
FieldTypeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldTypeName[] |
FieldTypeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.setType(FieldTypeName value)
Sets the value of the type property.
|