public class EnumLiteralDescr extends AnnotatedBaseDescr implements Comparable<EnumLiteralDescr>
Annotated.ClassAdapter| Constructor and Description |
|---|
EnumLiteralDescr() |
EnumLiteralDescr(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addConstructorArg(String arg) |
int |
compareTo(EnumLiteralDescr other) |
List<String> |
getConstructorArgs() |
int |
getIndex() |
String |
getName() |
void |
readExternal(ObjectInput in) |
void |
setConstructorArgs(List<String> constructorArgs) |
void |
setIndex(int index) |
void |
setName(String name) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
addAnnotation, addAnnotation, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, getTypedAnnotation, hasAnnotation, indexByFQNcopyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setTextpublic EnumLiteralDescr()
public EnumLiteralDescr(String name)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AnnotatedBaseDescrIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AnnotatedBaseDescrIOExceptionpublic String getName()
public void setName(String name)
public void addConstructorArg(String arg)
public int compareTo(EnumLiteralDescr other)
compareTo in interface Comparable<EnumLiteralDescr>public int getIndex()
public void setIndex(int index)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.