public enum InputSource extends Enum<InputSource>
Enum Constant and Description |
---|
CLIENT_BROKER
Client Broker.
|
NO_VALUE
Identifies no value.
|
PROPRIETARY_BROKER
Proprietary Broker.
|
Modifier and Type | Method and Description |
---|---|
static InputSource |
forValue(byte value) |
byte |
getValue() |
static InputSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputSource NO_VALUE
public static final InputSource CLIENT_BROKER
public static final InputSource PROPRIETARY_BROKER
public static InputSource[] values()
for (InputSource c : InputSource.values()) System.out.println(c);
public static InputSource 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 byte getValue()
public static InputSource forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.