public class GroupConfiguration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GroupConfiguration.GroupType |
static class |
GroupConfiguration.TriggerType |
Constructor and Description |
---|
GroupConfiguration(java.lang.String setName,
java.lang.String name,
GroupConfiguration.GroupType type,
GroupConfiguration.TriggerType trigger,
java.lang.String cPath,
java.lang.String directive,
java.lang.Class c)
Constructs a new GroupConfiguration element with all mandatory information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirective()
Get the directive prefix associated.
|
java.lang.String |
getName()
Get the name value.
|
java.lang.String |
getSetName()
Get the set name where this group configuration belongs to.
|
java.lang.Class |
getTransformationClass()
Get the transformation class value.
|
java.lang.String |
getTransformationClassName()
Get the class path value.
|
GroupConfiguration.TriggerType |
getTriggerType()
Get the trigger type.
|
GroupConfiguration.GroupType |
getType()
Get the type value.
|
public GroupConfiguration(java.lang.String setName, java.lang.String name, GroupConfiguration.GroupType type, GroupConfiguration.TriggerType trigger, java.lang.String cPath, java.lang.String directive, java.lang.Class c)
setName
- Transformation set name.name
- User friendly name of the group.type
- Type of the group.trigger
- Type of the trigger action.cPath
- Path to the transformation class.directive
- If trigger is directive, directive prefix. Otherwise null.c
- Actual class of the transformation.public java.lang.String getName()
public java.lang.String getSetName()
public java.lang.String getTransformationClassName()
public GroupConfiguration.GroupType getType()
public GroupConfiguration.TriggerType getTriggerType()
public java.lang.String getDirective()
public java.lang.Class getTransformationClass()