public static enum DDC.DDCKind extends Enum<DDC.DDCKind>
| Enum Constant and Description |
|---|
INDEX
Index-table.
|
LOOKUP
Lookup-table.
|
PROTOCOL
Protocol-table.
|
| Modifier and Type | Method and Description |
|---|---|
static DDC.DDCKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DDC.DDCKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DDC.DDCKind LOOKUP
public static final DDC.DDCKind INDEX
public static final DDC.DDCKind PROTOCOL
public static DDC.DDCKind[] values()
for (DDC.DDCKind c : DDC.DDCKind.values()) System.out.println(c);
public static DDC.DDCKind 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 nullCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.