| Package | Description |
|---|---|
| uk.co.real_logic.sbe.xml |
| Modifier and Type | Method and Description |
|---|---|
static Presence |
Presence.get(String name)
Lookup Presence name and return enum.
|
Presence |
Type.presence()
Return the presence of the type
|
static Presence |
Presence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Presence[] |
Presence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
Field.Builder.presence(Presence presence) |
| Constructor and Description |
|---|
EncodedDataType(String name,
Presence presence,
String description,
String semanticType,
PrimitiveType primitiveType,
int length,
boolean varLen)
Construct a new EncodedDataType with direct values.
|
Field(String name,
String description,
int id,
Type type,
int offset,
String semanticType,
Presence presence,
int blockLength,
CompositeType dimensionType,
boolean variableLength,
int sinceVersion,
String epoch,
String timeUnit) |
Type(String name,
Presence presence,
String description,
String semanticType)
Construct a new Type from direct values.
|
Copyright © 2013 Real Logic Ltd. All Rights Reserved.