|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.lang.Enum net.dpml.lang.ValuedEnum net.dpml.library.info.Scope
Enumeration identifying BUILD, RUNTIME and TEST phases.
Field Summary | |
static Scope |
BUILD
Build scope. |
static Scope |
RUNTIME
Runtime scope. |
static Scope |
TEST
Test scope. |
Method Summary | |
static Scope |
parse(String value)
Return a scope value matching the supplied value. |
String |
toString()
Return a string representation of the scope. |
static Scope[] |
values()
Returns an array of activation enum values. |
Methods inherited from class net.dpml.lang.ValuedEnum |
compareTo, equals, getValue, hashCode, isEqualTo, isGreaterThan, isGreaterThanOrEqual, isLessThan, isLessThanOrEqual |
Methods inherited from class net.dpml.lang.Enum |
getName |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
Field Detail |
public static final Scope BUILD
public static final Scope RUNTIME
public static final Scope TEST
Method Detail |
public static Scope[] values()
public String toString()
toString
in class ValuedEnum
public static Scope parse(String value) throws IllegalArgumentException
value
- the scope name
IllegalArgumentException
- if the name if not recognized
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |