| 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, waitgetTypeNamepublic ArrayType(Type componentType, boolean componentIsNullable, long maximumCardinality)
public ArrayType(Type componentType)
public Type getComponentType()
public boolean componentIsNullable()
public long maximumCardinality()
Copyright © 2012-2021 Apache Software Foundation. All Rights Reserved.