|
|||||||||||
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.metro.info.CollectionPolicy
Collection policy enummeration.
Field Summary | |
static CollectionPolicy |
HARD
Hard collection policy. |
static CollectionPolicy |
SOFT
Soft collection policy. |
static CollectionPolicy |
SYSTEM
Collection policy to be established at system discretion. |
static CollectionPolicy |
WEAK
Weak collection policy. |
Method Summary | |
static CollectionPolicy |
parse(String value)
Parse the supplied name. |
static CollectionPolicy[] |
values()
Returns an array of activation enum values. |
Methods inherited from class net.dpml.lang.Enum |
equals, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final CollectionPolicy WEAK
public static final CollectionPolicy SOFT
public static final CollectionPolicy HARD
public static final CollectionPolicy SYSTEM
Method Detail |
public static CollectionPolicy[] values()
public static CollectionPolicy parse(String value)
value
- the value to parse
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |