public static enum IDType.Type extends Enum<IDType.Type>
| Enum Constant and Description |
|---|
ESNIF |
FIALV |
ITCIF |
PTNIF |
RFID |
UKVAT |
| Modifier and Type | Method and Description |
|---|---|
String |
uri() |
static IDType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDType.Type UKVAT
public static final IDType.Type ITCIF
public static final IDType.Type PTNIF
public static final IDType.Type ESNIF
public static final IDType.Type FIALV
public static final IDType.Type RFID
String uri
public static IDType.Type[] values()
for (IDType.Type c : IDType.Type.values()) System.out.println(c);
public static IDType.Type 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 uri()
Copyright © 1999–2015. All rights reserved.