| Package | Description |
|---|---|
| com.thelastcheck.io.base |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
Field.type() |
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Field.isType(FieldType type) |
| Constructor and Description |
|---|
Field(int offset,
int length,
FieldType type) |
Field(String fieldName,
int fieldNumber,
int offset,
int length,
FieldType type) |
Copyright © 2009–2016 The Last Check, LLC. All rights reserved.