Class WorkflowModuleWrapper
-
- All Implemented Interfaces:
public final class WorkflowModuleWrapper
-
-
Field Summary
Fields Modifier and Type Field Description private final String
moduleKey
private final Boolean
isSupported
-
Constructor Summary
Constructors Constructor Description WorkflowModuleWrapper(String moduleKey, Boolean isSupported)
-
Method Summary
Modifier and Type Method Description final String
getModuleKey()
final Boolean
isSupported()
-
-
Method Detail
-
getModuleKey
final String getModuleKey()
-
isSupported
final Boolean isSupported()
-
-
-
-