Package com.opencloud.sce.fsmtool.ant
Class WrappedInput
- java.lang.Object
-
- com.opencloud.sce.fsmtool.ant.InputImplCfg
-
- com.opencloud.sce.fsmtool.ant.WrappedInput
-
public class WrappedInput extends InputImplCfg
-
-
Constructor Summary
Constructors Constructor Description WrappedInput(com.opencloud.sce.fsmtool.model.Input input, InputImplCfg inputImplCfg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()com.opencloud.sce.fsmtool.model.EndpointgetEndpoint()StringgetName()inthashCode()StringtoString()-
Methods inherited from class com.opencloud.sce.fsmtool.ant.InputImplCfg
isAssociateWithInput, isGenerateAssociateObjAndSetAci, isGenerateAssociateObjAndSetEventContext, isGenerateAssociateObjAndSetEventContextAndSetAci, isGenerateAssociateObjOnly, isGenerateExecute, isGenerateSetAci, isGenerateSetAciOnly, isGenerateSetEventContext, isGenerateSetEventContextAndSetAci, isGenerateSetEventContextOnly
-
-
-
-
Constructor Detail
-
WrappedInput
public WrappedInput(com.opencloud.sce.fsmtool.model.Input input, InputImplCfg inputImplCfg)
-
-