|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationlibrary.model.HandlerDesc
public class HandlerDesc
Describes an IO Data Handler.
| Nested Class Summary | |
|---|---|
static class |
HandlerDesc.HandlerType
|
| Constructor Summary | |
|---|---|
HandlerDesc()
Instantiates a new handler description. |
|
HandlerDesc(String id,
HandlerDesc.HandlerType type,
TransformationRuleElement ruleElement)
Instantiates a new handler description. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||