Package acdp.types

Interface ArrayOfRefType

All Superinterfaces:
Type

public interface ArrayOfRefType extends Type
The array column type with elements being references.

There should be no need for clients to implement this interface.

Author:
Beat Hörmann
  • Nested Class Summary

    Nested classes/interfaces inherited from interface acdp.types.Type

    Type.Scheme
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the maximum size of this array type, hence, the maximum number of elements in an array value of this array type

    Methods inherited from interface acdp.types.Type

    isCompatible, scheme, typeDesc
  • Method Details

    • maxSize

      int maxSize()
      Returns the maximum size of this array type, hence, the maximum number of elements in an array value of this array type
      Returns:
      The maximum size of this array type, greater than or equal to 1.