Package acdp.types
Interface ArrayOfRefType
- All Superinterfaces:
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 TypeMethodDescriptionint
maxSize()
Returns the maximum size of this array type, hence, the maximum number of elements in an array value of this array typeMethods 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.
-