Interface ListType

All Superinterfaces:
CastingTarget, HyperType, SchemaComponent, SchemaType, SimpleType
All Known Implementing Classes:
BuiltInListType, UserListType

public interface ListType extends SimpleType, CastingTarget
Interface representing a simple type of variety List
  • Method Details

    • getItemType

      Returns the simpleType of the items in this ListType. This method assumes that the item type has been fully resolved
      Returns:
      the simpleType of the items in this ListType.
      Throws:
      MissingComponentException - if the item type has not been fully resolved