public enum OperandUsage extends java.lang.Enum<OperandUsage>
| Enum Constant and Description |
|---|
ABSORPTION |
INSPECTION |
NAVIGATION |
TRANSMISSION |
| Modifier and Type | Method and Description |
|---|---|
static OperandUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperandUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperandUsage ABSORPTION
public static final OperandUsage INSPECTION
public static final OperandUsage TRANSMISSION
public static final OperandUsage NAVIGATION
public static OperandUsage[] values()
for (OperandUsage c : OperandUsage.values()) System.out.println(c);
public static OperandUsage 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 nullCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.