|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.faktorips.runtime.internal.ValidationRuleConfiguration
public class ValidationRuleConfiguration
Class representing a validation rule configuration at runtime.
| Constructor Summary | |
|---|---|
ValidationRuleConfiguration(Element element)
Creates a ValidationRuleConfiguration and initializes it with the data provided by
the given element. |
|
ValidationRuleConfiguration(String name,
boolean active)
Creates a ValidationRuleConfiguration with the given name and activation state. |
|
| Method Summary | |
|---|---|
String |
getRuleName()
|
boolean |
isActive()
Flag indicating whether the validation rule is configured as active. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationRuleConfiguration(String name,
boolean active)
ValidationRuleConfiguration with the given name and activation state.
name - the name of the configured rule.active - a flag indicating whether this rule is configured as active or not.public ValidationRuleConfiguration(Element element)
ValidationRuleConfiguration and initializes it with the data provided by
the given element.
element - the XML element containing the new validation rule configuration's state| Method Detail |
|---|
public String getRuleName()
public boolean isActive()
true if the validation rule is configured as active, false
otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||