Class AggregateType

All Implemented Interfaces:
Writable
Direct Known Subclasses:
ArrayType, StructureType

public abstract class AggregateType
extends UserType
Version:
$Id$
  • Constructor Details

    • AggregateType

      protected AggregateType()
    • AggregateType

      protected AggregateType​(String alias)
  • Method Details

    • getTypeAt

      public abstract Type getTypeAt​(int index)
    • getTypeCount

      public abstract int getTypeCount()