Package org.mule.metadata.api.annotation
Class TypeIdAnnotation
- java.lang.Object
-
- org.mule.metadata.api.annotation.TypeIdAnnotation
-
- All Implemented Interfaces:
TypeAnnotation
public class TypeIdAnnotation extends Object implements TypeAnnotation
Used to specify the identifier in the underlying type system.
-
-
Constructor Summary
Constructors Constructor Description TypeIdAnnotation(String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()A name of the annotationStringgetValue()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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
-
-
Constructor Detail
-
TypeIdAnnotation
public TypeIdAnnotation(String className)
-
-
Method Detail
-
getValue
public String getValue()
-
getName
public String getName()
Description copied from interface:TypeAnnotationA name of the annotation- Specified by:
getNamein interfaceTypeAnnotation- Returns:
- The name
-
-