| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component |
IND2UCE component interfaces and classes.
|
| de.fraunhofer.iese.ind2uce.api.component.identifier |
IND2UCE component identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ComponentBase.getType()
Returns the
ComponentType of the component. |
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ComponentId.getComponentType()
Gets the component type.
|
ComponentType |
ComponentId.getType()
Gets the type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentId.setComponentType(ComponentType componentType)
Sets the component type.
|
| Constructor and Description |
|---|
ComponentId(ComponentType type)
Generates a random ID for the given component type.
|
Copyright © 2018. All rights reserved.