public enum MetaAttribute extends Enum<MetaAttribute>
Enum Constant and Description |
---|
EPOCH
The epoch or start of time.
|
PRESENCE
Field presence indication.
|
SEMANTIC_TYPE
The type relationship to a FIX tag value encoded type.
|
TIME_UNIT
Time unit applied to the epoch.
|
Modifier and Type | Method and Description |
---|---|
static MetaAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaAttribute EPOCH
public static final MetaAttribute TIME_UNIT
public static final MetaAttribute SEMANTIC_TYPE
public static final MetaAttribute PRESENCE
public static MetaAttribute[] values()
for (MetaAttribute c : MetaAttribute.values()) System.out.println(c);
public static MetaAttribute 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 © 2013-2022 Real Logic Limited. All Rights Reserved.