public static enum MUnit.DoubleRegister extends java.lang.Enum<MUnit.DoubleRegister>
Enum Constant and Description |
---|
f0 |
f10 |
f12 |
f14 |
f16 |
f18 |
f2 |
f20 |
f22 |
f24 |
f26 |
f28 |
f30 |
f4 |
f6 |
f8 |
Modifier and Type | Method and Description |
---|---|
static MUnit.DoubleRegister |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MUnit.DoubleRegister[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MUnit.DoubleRegister f0
public static final MUnit.DoubleRegister f2
public static final MUnit.DoubleRegister f4
public static final MUnit.DoubleRegister f6
public static final MUnit.DoubleRegister f8
public static final MUnit.DoubleRegister f10
public static final MUnit.DoubleRegister f12
public static final MUnit.DoubleRegister f14
public static final MUnit.DoubleRegister f16
public static final MUnit.DoubleRegister f18
public static final MUnit.DoubleRegister f20
public static final MUnit.DoubleRegister f22
public static final MUnit.DoubleRegister f24
public static final MUnit.DoubleRegister f26
public static final MUnit.DoubleRegister f28
public static final MUnit.DoubleRegister f30
public static MUnit.DoubleRegister[] values()
for (MUnit.DoubleRegister c : MUnit.DoubleRegister.values()) System.out.println(c);
public static MUnit.DoubleRegister 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