|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IAssociationEnd.EAggregationEnum>
org.eclipse.tigerstripe.model.IAssociationEnd.EAggregationEnum
public static enum IAssociationEnd.EAggregationEnum
An enum of the possible values for the aggregation of an end.
Enum Constant Summary | |
---|---|
COMPOSITE
|
|
NONE
|
|
SHARED
|
Method Summary | |
---|---|
java.lang.String |
getLabel()
Return the label for an enumeration value. |
static IAssociationEnd.EAggregationEnum |
parse(java.lang.String label)
Given a String label, return an enumeration value. |
static IAssociationEnd.EAggregationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IAssociationEnd.EAggregationEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IAssociationEnd.EAggregationEnum NONE
public static final IAssociationEnd.EAggregationEnum SHARED
public static final IAssociationEnd.EAggregationEnum COMPOSITE
Method Detail |
---|
public static IAssociationEnd.EAggregationEnum[] values()
for (IAssociationEnd.EAggregationEnum c : IAssociationEnd.EAggregationEnum.values()) System.out.println(c);
public static IAssociationEnd.EAggregationEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
public static IAssociationEnd.EAggregationEnum parse(java.lang.String label)
label
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |