|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<PropertiesProvider.OverridingDepths> com.sourceforge.jpatterns.core.configuration.PropertiesProvider.OverridingDepths
public static enum PropertiesProvider.OverridingDepths
This enum defines the depths we could use for the defining the overriding types.
Consider the idea of the common stuff for the converting possible types of the properties files to the enum (check how it is done
fore the castor - may be it is worth to use castor for it) - idea of Prosper!!!
Please review the comments to the jpatterns.configuration.xml.overriding.depth property in the
jpatterns.properties properties file.
Enum Constant Summary | |
---|---|
OVERRIDING_LEVEL_ITEM
Says it is correct case of existence of two section objects with identical path (scope, section name, priorities) - just because it is allowed to extend the existed sections items configuration by the additional items. |
|
OVERRIDING_LEVEL_SECTION
Says that it is incorrect case when the sections contains two section with identical pathes (scopes, section names, priorities). |
Method Summary | |
---|---|
static PropertiesProvider.OverridingDepths |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PropertiesProvider.OverridingDepths[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PropertiesProvider.OverridingDepths OVERRIDING_LEVEL_SECTION
public static final PropertiesProvider.OverridingDepths OVERRIDING_LEVEL_ITEM
Method Detail |
---|
public static final PropertiesProvider.OverridingDepths[] values()
for(PropertiesProvider.OverridingDepths c : PropertiesProvider.OverridingDepths.values()) System.out.println(c);
public static PropertiesProvider.OverridingDepths valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |