public enum AnalogDigitalFlagType extends Enum<AnalogDigitalFlagType>
| Enum Constant and Description |
|---|
ANALOG
Enumeration instance for analog data
|
FILE_DIGITAL
Enumeration instance for FILE digital data
|
PHYS_DIGITAL
Enumeration instance for physical digital data
|
| Modifier and Type | Field and Description |
|---|---|
String |
value
A String value for the type
|
| Modifier and Type | Method and Description |
|---|---|
static AnalogDigitalFlagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalogDigitalFlagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalogDigitalFlagType ANALOG
public static final AnalogDigitalFlagType PHYS_DIGITAL
public static final AnalogDigitalFlagType FILE_DIGITAL
public final String value
public static AnalogDigitalFlagType[] values()
for (AnalogDigitalFlagType c : AnalogDigitalFlagType.values()) System.out.println(c);
public static AnalogDigitalFlagType 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 © 2008–2020 The Open Preservation Foundation. All rights reserved.