public static enum FRTA_rule.Approach extends java.lang.Enum<FRTA_rule.Approach>
| Enum Constant and Description |
|---|
Auto
The Auto.
|
Manual
The Manual.
|
Moot
The Moot.
|
XBRL
The xbrl.
|
| Modifier and Type | Method and Description |
|---|---|
static FRTA_rule.Approach |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FRTA_rule.Approach[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FRTA_rule.Approach Manual
public static final FRTA_rule.Approach Auto
public static final FRTA_rule.Approach XBRL
public static final FRTA_rule.Approach Moot
public static FRTA_rule.Approach[] values()
for (FRTA_rule.Approach c : FRTA_rule.Approach.values()) System.out.println(c);
public static FRTA_rule.Approach 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 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa