public enum AssociationSelectionType extends Enum<AssociationSelectionType>
| Enum Constant and Description |
|---|
ALL |
ALL_ENFORCED |
NONE |
SPECIFIC_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static AssociationSelectionType |
getEnumValue(int val)
Get enum for the int value
|
int |
getType() |
static AssociationSelectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationSelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssociationSelectionType NONE
public static final AssociationSelectionType SPECIFIC_ONLY
public static final AssociationSelectionType ALL_ENFORCED
public static final AssociationSelectionType ALL
public static AssociationSelectionType[] values()
for (AssociationSelectionType c : AssociationSelectionType.values()) System.out.println(c);
public static AssociationSelectionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getType()
public static AssociationSelectionType getEnumValue(int val)
val - ? Copyright 2013 BMC Software, Inc.