-
- All Superinterfaces:
MetadataType
- All Known Implementing Classes:
DefaultTupleType
public interface TupleType extends MetadataType
Represents a finite ordered list of Types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MetadataType>getTypes()The list of elements of the tuple-
Methods inherited from interface org.mule.metadata.api.model.MetadataType
accept, getAnnotation, getAnnotations, getDescription, getMetadataFormat
-
-
-
-
Method Detail
-
getTypes
List<MetadataType> getTypes()
The list of elements of the tuple- Returns:
- The list of types.
-
-