| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected List<EnumComponentType> |
Component.componentType |
| Modifier and Type | Method and Description |
|---|---|
static EnumComponentType |
EnumComponentType.fromValue(String v) |
static EnumComponentType |
EnumComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumComponentType[] |
EnumComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnumComponentType> |
Component.getComponentType()
Gets the value of the componentType property.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.withComponentType(EnumComponentType... values) |
| Modifier and Type | Method and Description |
|---|---|
Component |
Component.withComponentType(Collection<EnumComponentType> values) |
Copyright © 2016. All rights reserved.