public class FieldDto extends Object
| Modifier and Type | Field and Description |
|---|---|
List<FieldAttributeDto> |
attributes |
String |
doc |
boolean |
isFixedLength |
boolean |
isKey |
boolean |
isNullable |
String |
name |
int |
order |
Optional<Integer> |
size |
String |
type |
public final String name
public final String type
public final boolean isKey
public final List<FieldAttributeDto> attributes
public final boolean isNullable
public final int order
public final boolean isFixedLength
public final String doc
Copyright © 2009–2021. All rights reserved.