public static enum OclNode.PropertyCategory extends Enum<OclNode.PropertyCategory>
Enum Constant and Description |
---|
BASEOPER |
CLASSOPER |
INVALID |
ITEROPER |
SETOPER |
UMLADDOPER |
UMLOPERATION |
UMLPROPERTY |
Modifier and Type | Method and Description |
---|---|
static OclNode.PropertyCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OclNode.PropertyCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OclNode.PropertyCategory UMLPROPERTY
public static final OclNode.PropertyCategory UMLOPERATION
public static final OclNode.PropertyCategory UMLADDOPER
public static final OclNode.PropertyCategory BASEOPER
public static final OclNode.PropertyCategory SETOPER
public static final OclNode.PropertyCategory ITEROPER
public static final OclNode.PropertyCategory CLASSOPER
public static final OclNode.PropertyCategory INVALID
public static OclNode.PropertyCategory[] values()
for (OclNode.PropertyCategory c : OclNode.PropertyCategory.values()) System.out.println(c);
public static OclNode.PropertyCategory 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.