Package org.mule.metadata.api.model
Interface IntersectionType
-
- All Superinterfaces:
MetadataType
- All Known Implementing Classes:
DefaultIntersectionType
public interface IntersectionType extends MetadataType
For any types X and Y, the intersection, or conjunction, X&Y, of the types may be formed. Any type that is accepted by all the subtypes defined in the intersection type is being accepted by this type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MetadataType>getTypes()The list of types-
Methods inherited from interface org.mule.metadata.api.model.MetadataType
accept, getAnnotation, getAnnotations, getDescription, getMetadataFormat
-
-
-
-
Method Detail
-
getTypes
List<MetadataType> getTypes()
The list of types- Returns:
- The types
-
-