public static class Types.Field extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
doc() |
boolean |
equals(Object o) |
int |
fieldId() |
static Types.Field |
get(int id,
boolean isOptional,
String name,
Type type) |
static Types.Field |
get(int id,
boolean isOptional,
String name,
Type type,
String doc) |
static Types.Field |
get(int id,
boolean isOptional,
String name,
Type type,
String doc,
Object defaultValue) |
static Types.Field |
get(int id,
String name,
Type type) |
Object |
getDefaultValue() |
int |
hashCode() |
boolean |
isOptional() |
String |
name() |
String |
toString() |
Type |
type() |
public static Types.Field get(int id, boolean isOptional, String name, Type type, String doc, Object defaultValue)
public static Types.Field get(int id, boolean isOptional, String name, Type type, String doc)
public static Types.Field get(int id, boolean isOptional, String name, Type type)
public static Types.Field get(int id, String name, Type type)
public Object getDefaultValue()
public boolean isOptional()
public int fieldId()
public String name()
public Type type()
public String doc()
Copyright © 2024 The Apache Software Foundation. All rights reserved.