public class GenEnumConstant extends GenVariableElement implements VariableElement
| Modifier and Type | Field and Description |
|---|---|
static ElementKind |
kind |
| Constructor and Description |
|---|
GenEnumConstant(Name simpleName,
TypeMirror type) |
GenEnumConstant(String simpleName,
TypeMirror type) |
GenEnumConstant(TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
ElementKind |
getKind() |
asType, getConstantValue, resolveContainedTypeVariables, setConstantValue, setType, toStringaccept, add, addAnnotationMirror, addEnclosedElement, addModifier, enclosedElementComparator, enclosingParameterizable, getAnnotationMirrors, getComment, getEnclosedElements, getEnclosingElement, getModifiers, getSimpleName, removeAnnotationMirror, removeEnclosedElement, removeModifier, setAnnotationMirrors, setComment, setEnclosedElements, setEnclosingElement, setModifiers, setSimpleName, setSimpleName, setVisibilitygetAnnotation, getAnnotationsByTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConstantValue, getEnclosingElement, getSimpleNameaccept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getModifiers, hashCodegetAnnotationsByTypepublic static final ElementKind kind
public GenEnumConstant(TypeMirror type)
public GenEnumConstant(Name simpleName, TypeMirror type)
public GenEnumConstant(String simpleName, TypeMirror type)
public ElementKind getKind()
getKind in interface ElementgetKind in class GenElementCopyright © 2018. All rights reserved.