Package org.mule.metadata.api.model
Interface TypeParameterType
-
- All Superinterfaces:
MetadataType,SimpleType
- All Known Implementing Classes:
DefaultTypeParameterType
public interface TypeParameterType extends SimpleType
A Type Parameter used in type expressions. For example Arraywhere T is a Type Parameter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name of the type parameter-
Methods inherited from interface org.mule.metadata.api.model.MetadataType
accept, getAnnotation, getAnnotations, getDescription, getMetadataFormat
-
-
-
-
Method Detail
-
getName
String getName()
The name of the type parameter- Returns:
- The name
-
-