public class Field extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
INVALID_ID |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
blockLength() |
int |
computedBlockLength() |
void |
computedBlockLength(int length) |
int |
computedOffset() |
void |
computedOffset(int offset) |
String |
description() |
CompositeType |
dimensionType() |
String |
epoch() |
List<Field> |
groupFields() |
void |
groupFields(List<Field> fields) |
int |
id() |
boolean |
isVariableLength() |
String |
name() |
int |
offset() |
String |
semanticType() |
int |
sinceVersion() |
String |
timeUnit() |
String |
toString() |
Type |
type() |
void |
validate(Node node) |
public static final int INVALID_ID
public void validate(Node node)
public void computedOffset(int offset)
public int computedOffset()
public String name()
public String description()
public int id()
public Type type()
public int offset()
public int blockLength()
public void computedBlockLength(int length)
public int computedBlockLength()
public String semanticType()
public CompositeType dimensionType()
public boolean isVariableLength()
public int sinceVersion()
public String epoch()
public String timeUnit()
Copyright © 2013 Real Logic Ltd. All Rights Reserved.