public static class Types.ArrayType extends Type.NestedType
Type.NestedType, Type.PrimitiveType, Type.TypeID| Modifier and Type | Method and Description |
|---|---|
int |
elementId() |
Type |
elementType() |
boolean |
equals(Object o) |
Types.Field |
field(int id) |
List<Types.Field> |
fields() |
Type |
fieldType(String name) |
static Types.ArrayType |
get(int elementId,
boolean isOptional,
Type elementType) |
int |
hashCode() |
boolean |
isElementOptional() |
String |
toString() |
Type.TypeID |
typeId() |
isNestedTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitfromPartitionString, fromValuepublic static Types.ArrayType get(int elementId, boolean isOptional, Type elementType)
public Type elementType()
public Type fieldType(String name)
fieldType in class Type.NestedTypepublic Types.Field field(int id)
field in class Type.NestedTypepublic List<Types.Field> fields()
fields in class Type.NestedTypepublic int elementId()
public boolean isElementOptional()
public Type.TypeID typeId()
Copyright © 2024 The Apache Software Foundation. All rights reserved.