public static enum IDuccUser.DashD extends Enum<IDuccUser.DashD>
| Enum Constant and Description |
|---|
DUCC_ID_PROCESS_UNIQUE |
| Modifier and Type | Method and Description |
|---|---|
String |
dvalue() |
String |
mapped() |
String |
standard() |
String |
value() |
static IDuccUser.DashD |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDuccUser.DashD[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDuccUser.DashD DUCC_ID_PROCESS_UNIQUE
public static IDuccUser.DashD[] values()
for (IDuccUser.DashD c : IDuccUser.DashD.values()) System.out.println(c);
public static IDuccUser.DashD 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 standard()
public String mapped()
public String value()
public String dvalue()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.