Package org.mule.metadata.api.annotation
Class MetadataFormatPropertiesAnnotation
- java.lang.Object
-
- org.mule.metadata.api.annotation.MetadataFormatPropertiesAnnotation
-
- All Implemented Interfaces:
TypeAnnotation
public class MetadataFormatPropertiesAnnotation extends Object implements TypeAnnotation
Additional metadata format properties. For example in csv it can be the separator
-
-
Constructor Summary
Constructors Constructor Description MetadataFormatPropertiesAnnotation(Map<String,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()A name of the annotationMap<String,String>getValue()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.mule.metadata.api.annotation.TypeAnnotation
isPublic
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:TypeAnnotationA name of the annotation- Specified by:
getNamein interfaceTypeAnnotation- Returns:
- The name
-
-