public static enum OclNode.MultiplicityMapping extends Enum<OclNode.MultiplicityMapping>
Enum Constant and Description |
---|
MANY2MANY |
MANY2ONE |
ONE2MANY |
ONE2ONE |
Modifier and Type | Method and Description |
---|---|
static OclNode.MultiplicityMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OclNode.MultiplicityMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OclNode.MultiplicityMapping ONE2ONE
public static final OclNode.MultiplicityMapping ONE2MANY
public static final OclNode.MultiplicityMapping MANY2ONE
public static final OclNode.MultiplicityMapping MANY2MANY
public static OclNode.MultiplicityMapping[] values()
for (OclNode.MultiplicityMapping c : OclNode.MultiplicityMapping.values()) System.out.println(c);
public static OclNode.MultiplicityMapping 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 nullCopyright © 2017. All rights reserved.