|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.emf.ocl.expressions.CollectionKind
public final class CollectionKind
Field Summary | |
---|---|
static int |
BAG
|
static CollectionKind |
BAG_LITERAL
The 'Bag' literal object |
static int |
COLLECTION
|
static CollectionKind |
COLLECTION_LITERAL
The 'Collection' literal object |
static String |
copyright
|
static int |
ORDERED_SET
|
static CollectionKind |
ORDERED_SET_LITERAL
The 'Ordered Set' literal object. |
static int |
SEQUENCE
|
static CollectionKind |
SEQUENCE_LITERAL
The 'Sequence' literal object |
static int |
SET
|
static CollectionKind |
SET_LITERAL
The 'Set' literal object |
static List |
VALUES
A public read-only list of all the 'Collection Kind' enumerators |
Method Summary | |
---|---|
CollectionKind |
asNewKind()
|
static CollectionKind |
get(int value)
Returns the 'Collection Kind' literal with the specified integer value |
static CollectionKind |
get(String literal)
Returns the 'Collection Kind' literal with the specified literal value |
static CollectionKind |
getByName(String name)
Returns the 'Collection Kind' literal with the specified name |
static CollectionKind |
getCompatibleKind(CollectionKind kind)
|
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String copyright
public static final int COLLECTION
public static final int SET
public static final int ORDERED_SET
public static final int BAG
public static final int SEQUENCE
public static final CollectionKind COLLECTION_LITERAL
If the meaning of 'Collection' literal object isn't clear, there really should be more of a description here...
COLLECTION
public static final CollectionKind SET_LITERAL
If the meaning of 'Set' literal object isn't clear, there really should be more of a description here...
SET
public static final CollectionKind ORDERED_SET_LITERAL
ORDERED_SET
public static final CollectionKind BAG_LITERAL
If the meaning of 'Bag' literal object isn't clear, there really should be more of a description here...
BAG
public static final CollectionKind SEQUENCE_LITERAL
If the meaning of 'Sequence' literal object isn't clear, there really should be more of a description here...
SEQUENCE
public static final List VALUES
Method Detail |
---|
public static CollectionKind get(String literal)
public static CollectionKind getByName(String name)
public static CollectionKind get(int value)
public CollectionKind asNewKind()
public static CollectionKind getCompatibleKind(CollectionKind kind)
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |