| Package | Description |
|---|---|
| org.gcube.datatransformation.datatransformationlibrary.model |
| Modifier and Type | Method and Description |
|---|---|
HandlerDesc.HandlerType |
HandlerDesc.getType()
Returns the type of the handler.
|
static HandlerDesc.HandlerType |
HandlerDesc.HandlerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandlerDesc.HandlerType[] |
HandlerDesc.HandlerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerDesc.setType(HandlerDesc.HandlerType type)
Sets the type of the handler.
|
| Constructor and Description |
|---|
HandlerDesc(String id,
HandlerDesc.HandlerType type,
TransformationRuleElement ruleElement)
Instantiates a new handler description.
|
Copyright © 2014. All Rights Reserved.