Package | Description |
---|---|
claw.wani.x2t.configuration |
Modifier and Type | Method and Description |
---|---|
GroupConfiguration.TriggerType |
GroupConfiguration.getTriggerType()
Get the trigger type.
|
static GroupConfiguration.TriggerType |
GroupConfiguration.TriggerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupConfiguration.TriggerType[] |
GroupConfiguration.TriggerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|