Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Encoding |
build()
Build a new Encoding based on the values.
|
Encoding.Builder |
byteOrder(ByteOrder byteOrder)
ByteOrder for the Encoding.
|
Encoding.Builder |
characterEncoding(String characterEncoding)
Character encoding for the Encoding.
|
Encoding.Builder |
constValue(PrimitiveValue constValue)
Constant value to be used for the Encoding.
|
Encoding.Builder |
epoch(String epoch)
Epoch value for the Encoding.
|
Encoding.Builder |
maxValue(PrimitiveValue maxValue)
Maximum value for the Encoding.
|
Encoding.Builder |
minValue(PrimitiveValue minValue)
Minimum value for the Encoding.
|
Encoding.Builder |
nullValue(PrimitiveValue nullValue)
Null value for the Encoding.
|
Encoding.Builder |
presence(Encoding.Presence presence)
Presence for the Encoding.
|
Encoding.Builder |
primitiveType(PrimitiveType primitiveType)
PrimitiveType for the Encoding.
|
Encoding.Builder |
semanticType(String semanticType)
Semantic type for the Encoding.
|
Encoding.Builder |
timeUnit(String timeUnit)
Time unit for the Encoding.
|
public Encoding.Builder primitiveType(PrimitiveType primitiveType)
primitiveType
- for the Encoding.public Encoding.Builder presence(Encoding.Presence presence)
presence
- for the Encoding.public Encoding.Builder byteOrder(ByteOrder byteOrder)
byteOrder
- for the Encoding.public Encoding.Builder minValue(PrimitiveValue minValue)
minValue
- for the Encoding.public Encoding.Builder maxValue(PrimitiveValue maxValue)
maxValue
- for the Encoding.public Encoding.Builder nullValue(PrimitiveValue nullValue)
nullValue
- for the Encoding.public Encoding.Builder constValue(PrimitiveValue constValue)
constValue
- for the Encoding.public Encoding.Builder characterEncoding(String characterEncoding)
characterEncoding
- for the Encoding.public Encoding.Builder epoch(String epoch)
epoch
- for the Encoding.public Encoding.Builder timeUnit(String timeUnit)
timeUnit
- for the Encoding.public Encoding.Builder semanticType(String semanticType)
semanticType
- for the Encoding.public Encoding build()
Copyright © 2013-2022 Real Logic Limited. All Rights Reserved.