public static enum OclNode.BuiltInType extends Enum<OclNode.BuiltInType>
Enum Constant and Description |
---|
ANY |
BOOLEAN |
CLASS |
DATE |
ENUMERATION |
INTEGER |
INVALID |
OCLVOID |
PACKAGE |
REAL |
STRING |
UMLTYPE |
VOID |
Modifier and Type | Method and Description |
---|---|
static OclNode.BuiltInType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OclNode.BuiltInType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OclNode.BuiltInType REAL
public static final OclNode.BuiltInType INTEGER
public static final OclNode.BuiltInType STRING
public static final OclNode.BuiltInType BOOLEAN
public static final OclNode.BuiltInType DATE
public static final OclNode.BuiltInType CLASS
public static final OclNode.BuiltInType ENUMERATION
public static final OclNode.BuiltInType PACKAGE
public static final OclNode.BuiltInType ANY
public static final OclNode.BuiltInType OCLVOID
public static final OclNode.BuiltInType INVALID
public static final OclNode.BuiltInType VOID
public static final OclNode.BuiltInType UMLTYPE
public static OclNode.BuiltInType[] values()
for (OclNode.BuiltInType c : OclNode.BuiltInType.values()) System.out.println(c);
public static OclNode.BuiltInType 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 © 2018. All rights reserved.