de.interactive_instruments.ShapeChange.Ocl
Enum OclNode.MultiplicityMapping
java.lang.Object
java.lang.Enum<OclNode.MultiplicityMapping>
de.interactive_instruments.ShapeChange.Ocl.OclNode.MultiplicityMapping
- All Implemented Interfaces:
- Serializable, Comparable<OclNode.MultiplicityMapping>
- Enclosing class:
- OclNode
public static enum OclNode.MultiplicityMapping
- extends Enum<OclNode.MultiplicityMapping>
Mapping characteristic of the applied selector
ONE2ONE
public static final OclNode.MultiplicityMapping ONE2ONE
ONE2MANY
public static final OclNode.MultiplicityMapping ONE2MANY
MANY2ONE
public static final OclNode.MultiplicityMapping MANY2ONE
MANY2MANY
public static final OclNode.MultiplicityMapping MANY2MANY
values
public static OclNode.MultiplicityMapping[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (OclNode.MultiplicityMapping c : OclNode.MultiplicityMapping.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static OclNode.MultiplicityMapping valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2015. All rights reserved.