public static enum OpDescriptor.OpType extends java.lang.Enum<OpDescriptor.OpType>
Modifier and Type | Method and Description |
---|---|
static OpDescriptor.OpType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpDescriptor.OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpDescriptor.OpType LINK
public static final OpDescriptor.OpType UI
public static final OpDescriptor.OpType INTERNAL
public static OpDescriptor.OpType[] values()
for (OpDescriptor.OpType c : OpDescriptor.OpType.values()) System.out.println(c);
public static OpDescriptor.OpType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null>DEIS - University of Bologna