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