public class AttributeInfo extends AbstractJavadocedInfo
MCAttribute.| Constructor and Description |
|---|
AttributeInfo() |
| Modifier and Type | Method and Description |
|---|---|
MCAttribute |
getAnnotation() |
ExecutableElement |
getE() |
String |
getSchemaType(Types typeUtils) |
String |
getSpringName() |
String |
getXMLName() |
String |
getXSDType(Types typeUtils) |
boolean |
isBeanReference(Types typeUtils) |
boolean |
isEnum(Types typeUtils) |
boolean |
isRequired() |
void |
setAnnotation(MCAttribute annotation) |
void |
setE(ExecutableElement e) |
void |
setRequired(boolean required) |
getDoc, getDocedE, setDocedEpublic String getXMLName()
public String getSpringName()
public boolean isEnum(Types typeUtils)
public boolean isBeanReference(Types typeUtils)
public MCAttribute getAnnotation()
public void setAnnotation(MCAttribute annotation)
public ExecutableElement getE()
public void setE(ExecutableElement e)
public boolean isRequired()
public void setRequired(boolean required)
Copyright © 2021. All Rights Reserved.