public final class StructuredStructField extends Object
| Constructor and Description |
|---|
StructuredStructField(String name,
StructuredType type) |
StructuredStructField(String name,
StructuredType type,
boolean nullable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
StructuredType |
getType() |
int |
hashCode() |
boolean |
isNullable() |
String |
toString() |
public StructuredStructField(String name, StructuredType type)
public StructuredStructField(String name, StructuredType type, boolean nullable)
public StructuredType getType()
public boolean isNullable()