| Modifier and Type | Field and Description |
|---|---|
private boolean |
componentIsNullable |
private Type |
componentType |
private long |
maximumCardinality |
| Constructor and Description |
|---|
ArrayType(Type componentType) |
ArrayType(Type componentType,
boolean componentIsNullable,
long maximumCardinality) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
componentIsNullable()
Returns whether elements in the array may be null.
|
Type |
getComponentType()
Returns the type of elements in the array.
|
long |
maximumCardinality()
Returns the maximum cardinality; -1 if there is no maximum.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeNameprivate final Type componentType
private final boolean componentIsNullable
private final long maximumCardinality
public ArrayType(Type componentType, boolean componentIsNullable, long maximumCardinality)
public ArrayType(Type componentType)
public Type getComponentType()
public boolean componentIsNullable()
public long maximumCardinality()
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.