public enum ROType extends Enum<ROType>
| Enum Constant and Description |
|---|
IMRO2006 |
IMRO2008 |
IMRO2012V10 |
IMRO2012V11 |
STRI2006 |
STRI2008 |
STRI2012 |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ROType |
fromValue(String v) |
String |
value() |
static ROType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ROType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ROType STRI2006
public static final ROType STRI2008
public static final ROType STRI2012
public static final ROType IMRO2006
public static final ROType IMRO2008
public static final ROType IMRO2012V10
public static final ROType IMRO2012V11
public static final ROType UNKNOWN
public static ROType[] values()
for (ROType c : ROType.values()) System.out.println(c);
public static ROType 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 nullpublic String value()
Copyright © 2018. All rights reserved.