|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<JPConstants.EngineConfigCaregory> com.sourceforge.jpatterns.core.JPConstants.EngineConfigCaregory
public static enum JPConstants.EngineConfigCaregory
This enumeration defines the possible categories for the configuration JPatterns engine would use for the obtain the patterns implementations
(for nowe it is just consumer but in the future when some different providers appear - it could be extended or made even dynamical)
todo [zmicer]: review the above mentioned. It is logged as the 4 item of the release 1.1 requirements.
Enum Constant Summary | |
---|---|
CONSUMER
Consumer configuration |
|
FRAMEWORK
Framework configuration |
Method Summary | |
---|---|
static JPConstants.EngineConfigCaregory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JPConstants.EngineConfigCaregory[] |
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 JPConstants.EngineConfigCaregory FRAMEWORK
public static final JPConstants.EngineConfigCaregory CONSUMER
Method Detail |
---|
public static final JPConstants.EngineConfigCaregory[] values()
for(JPConstants.EngineConfigCaregory c : JPConstants.EngineConfigCaregory.values()) System.out.println(c);
public static JPConstants.EngineConfigCaregory 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 |