|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IAssociationEnd.EChangeableEnum>
org.eclipse.tigerstripe.workbench.model.deprecated_.IAssociationEnd.EChangeableEnum
public static enum IAssociationEnd.EChangeableEnum
An enum of the possible values for the changeability of an end.
| Enum Constant Summary | |
|---|---|
ADDONLY
|
|
FROZEN
|
|
NONE
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
Return the label for an enumeration value. |
static IAssociationEnd.EChangeableEnum |
parse(java.lang.String label)
Given a String label, return an enumeration value. |
static IAssociationEnd.EChangeableEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IAssociationEnd.EChangeableEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they're 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.EChangeableEnum NONE
public static final IAssociationEnd.EChangeableEnum FROZEN
public static final IAssociationEnd.EChangeableEnum ADDONLY
| Method Detail |
|---|
public static final IAssociationEnd.EChangeableEnum[] values()
for(IAssociationEnd.EChangeableEnum c : IAssociationEnd.EChangeableEnum.values())
System.out.println(c);
public static IAssociationEnd.EChangeableEnum 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 namepublic java.lang.String getLabel()
public static IAssociationEnd.EChangeableEnum parse(java.lang.String label)
label -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||