public abstract class Field extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Field(Type type,
int repetitionLevel,
int definitionLevel,
boolean required) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDefinitionLevel() |
int |
getRepetitionLevel() |
Type |
getType() |
boolean |
isRequired() |
Copyright © 2012–2024. All rights reserved.