public class ChildElementInfo extends AbstractJavadocedInfo implements Comparable<ChildElementInfo>
MCChildElement.| Constructor and Description |
|---|
ChildElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ChildElementInfo o) |
MCChildElement |
getAnnotation() |
ExecutableElement |
getE() |
ElementInfo |
getEi() |
String |
getPropertyName() |
TypeElement |
getTypeDeclaration() |
boolean |
isList() |
boolean |
isRequired() |
void |
setAnnotation(MCChildElement annotation) |
void |
setE(ExecutableElement e) |
void |
setEi(ElementInfo ei) |
void |
setList(boolean list) |
void |
setPropertyName(String propertyName) |
void |
setRequired(boolean required) |
void |
setTypeDeclaration(TypeElement typeDeclaration) |
getDoc, getDocedE, setDocedEpublic int compareTo(ChildElementInfo o)
compareTo in interface Comparable<ChildElementInfo>public ElementInfo getEi()
public void setEi(ElementInfo ei)
public MCChildElement getAnnotation()
public void setAnnotation(MCChildElement annotation)
public ExecutableElement getE()
public void setE(ExecutableElement e)
public TypeElement getTypeDeclaration()
public void setTypeDeclaration(TypeElement typeDeclaration)
public String getPropertyName()
public void setPropertyName(String propertyName)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isList()
public void setList(boolean list)
Copyright © 2021. All Rights Reserved.