|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAbstractEnumerator
edu.ksu.cis.cadena.core.specification.property.CollectionKind
public final class CollectionKind
A representation of the literals of the enumeration 'Collection Kind', and utility methods for working with them.
PropertyPackage.getCollectionKind()| Field Summary | |
|---|---|
static int |
BAG
The 'BAG' literal value. |
static CollectionKind |
BAG_LITERAL
The 'BAG' literal object. |
static int |
SEQUENCE
The 'SEQUENCE' literal value. |
static CollectionKind |
SEQUENCE_LITERAL
The 'SEQUENCE' literal object. |
static int |
SET
The 'SET' literal value. |
static CollectionKind |
SET_LITERAL
The 'SET' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Collection Kind' enumerators. |
| Method Summary | |
|---|---|
static CollectionKind |
get(int value)
Returns the 'Collection Kind' literal with the specified value. |
static CollectionKind |
get(java.lang.String name)
Returns the 'Collection Kind' literal with the specified name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BAG
If the meaning of 'BAG' literal object isn't clear, there really should be more of a description here...
BAG_LITERAL,
Constant Field Valuespublic static final int SEQUENCE
If the meaning of 'SEQUENCE' literal object isn't clear, there really should be more of a description here...
SEQUENCE_LITERAL,
Constant Field Valuespublic static final int SET
If the meaning of 'SET' literal object isn't clear, there really should be more of a description here...
SET_LITERAL,
Constant Field Valuespublic static final CollectionKind BAG_LITERAL
BAGpublic static final CollectionKind SEQUENCE_LITERAL
SEQUENCEpublic static final CollectionKind SET_LITERAL
SETpublic static final java.util.List VALUES
| Method Detail |
|---|
public static CollectionKind get(java.lang.String name)
public static CollectionKind get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||