Uses of Class
org.ikasan.spec.module.ModuleType
-
-
Uses of ModuleType in org.ikasan.spec.module
Methods in org.ikasan.spec.module that return ModuleType Modifier and Type Method Description ModuleTypeModule. getType()Get the module type.static ModuleTypeModuleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModuleType[]ModuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ikasan.spec.module with parameters of type ModuleType Modifier and Type Method Description voidModule. setType(ModuleType moduleType)Set the module type on the metadata.
-