Class ExecutableModuleTask.ModuleProperty
- java.lang.Object
-
- org.eclipse.epsilon.workflow.tasks.ExecutableModuleTask.ModuleProperty
-
- Enclosing class:
- ExecutableModuleTask
protected static class ExecutableModuleTask.ModuleProperty extends Object
Allow Epsilon Tasks to have arbitrary nested property settings- Since:
- 1.6
- Author:
- Horacio Hoyos Rodriguez
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ModuleProperty()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getValue()
void
setName(String name)
void
setValue(String value)
static Map<String,?>
toMap(Collection<ExecutableModuleTask.ModuleProperty> properties)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
toMap
public static Map<String,?> toMap(Collection<ExecutableModuleTask.ModuleProperty> properties)
-
-