|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.oval.configuration.pojo.elements.ConfigurationElement
public class ConfigurationElement
Field Summary | |
---|---|
Boolean |
overwrite
If set to false the checks defined here and in the child configuration elements will be added to
the already registered checks for the respective contexts. |
Constructor Summary | |
---|---|
ConfigurationElement()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Boolean overwrite
false
the checks defined here and in the child configuration elements will be added to
the already registered checks for the respective contexts.
If set to true
the already registered checks for the respective contexts will be replaced by the
checks defined here and in the child configuration elements.
If not set (null
) -> interpreted as false.
Constructor Detail |
---|
public ConfigurationElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |