public class HandlerDesc extends Object
Describes an IO Data Handler.
| Modifier and Type | Class and Description |
|---|---|
static class |
HandlerDesc.HandlerType |
| Constructor and Description |
|---|
HandlerDesc()
Instantiates a new handler description.
|
HandlerDesc(String id,
HandlerDesc.HandlerType type,
TransformationRuleElement ruleElement)
Instantiates a new handler description.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Returns the id of the handler.
|
TransformationRuleElement |
getRuleElement()
Returns the transformationUnit rule element.
|
HandlerDesc.HandlerType |
getType()
Returns the type of the handler.
|
void |
setID(String id)
Sets the id of the handler.
|
void |
setRuleElement(TransformationRuleElement ruleElement)
Sets the transformationUnit rule element.
|
void |
setType(HandlerDesc.HandlerType type)
Sets the type of the handler.
|
public HandlerDesc(String id, HandlerDesc.HandlerType type, TransformationRuleElement ruleElement)
id - The id of the handler.type - The type of the handler.ruleElement - The transformationUnit rule element.public HandlerDesc()
public String getID()
public void setID(String id)
id - The id of the handler.public HandlerDesc.HandlerType getType()
public void setType(HandlerDesc.HandlerType type)
type - The type of the handler.public TransformationRuleElement getRuleElement()
public void setRuleElement(TransformationRuleElement ruleElement)
ruleElement - the transformationUnit rule element.Copyright © 2014. All Rights Reserved.