public class EnumAnalizer
extends java.lang.Object
Constructor and Description |
---|
EnumAnalizer(DtoAnnotationProcessor dtoAnnotationProcessor,
javax.lang.model.element.Element theEnum) |
Modifier and Type | Method and Description |
---|---|
EnumLabel |
getLabelAnnotation() |
javax.lang.model.element.AnnotationMirror |
getLabelAnnotationMirror() |
javax.lang.model.type.DeclaredType |
getLabelMsgInterface() |
java.lang.String |
getSimpleName() |
javax.lang.model.element.Element |
getTheEnum() |
boolean |
hasLabelAnnotation() |
public EnumAnalizer(DtoAnnotationProcessor dtoAnnotationProcessor, javax.lang.model.element.Element theEnum)
public javax.lang.model.element.Element getTheEnum()
public java.lang.String getSimpleName()
public boolean hasLabelAnnotation()
public EnumLabel getLabelAnnotation()
public javax.lang.model.element.AnnotationMirror getLabelAnnotationMirror()
public javax.lang.model.type.DeclaredType getLabelMsgInterface()