public enum PubSubFieldEncodingType extends Enum<PubSubFieldEncodingType>
| Enum Constant and Description |
|---|
DataValue
The entire DataValue of a Value Attribute was encoded.
|
RawData
Encoded as raw binary per DataSetMetaData.
|
Variant
Contains the value or the StatusCode if the source DataValue had Bad StatusCode.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Returns the sub-binary-range value as an int.
|
static PubSubFieldEncodingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubFieldEncodingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PubSubFieldEncodingType Variant
public static final PubSubFieldEncodingType RawData
public static final PubSubFieldEncodingType DataValue
public static PubSubFieldEncodingType[] values()
for (PubSubFieldEncodingType c : PubSubFieldEncodingType.values()) System.out.println(c);
public static PubSubFieldEncodingType 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 int getValue()
Copyright © 2026. All rights reserved.