-
- All Superinterfaces:
MetadataType
- All Known Implementing Classes:
DefaultArrayType
public interface ArrayType extends MetadataType
This type represents a collection of elements of a given type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataTypegetType()The type of the array-
Methods inherited from interface org.mule.metadata.api.model.MetadataType
accept, getAnnotation, getAnnotations, getDescription, getMetadataFormat
-
-
-
-
Method Detail
-
getType
MetadataType getType()
The type of the array- Returns:
- The type definition
-
-