public class ElementDescription extends Object
| Constructor and Description |
|---|
ElementDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDefaultValue() |
com.sun.javadoc.Type |
getElementType() |
String |
getName() |
ElementType |
getType() |
String |
getWrapperName() |
boolean |
isCollection() |
boolean |
isIdref() |
boolean |
isRequired() |
void |
setCollection(boolean collection) |
void |
setComment(String comment) |
void |
setDefaultValue(String defaultValue) |
void |
setElementType(com.sun.javadoc.Type elementType) |
void |
setIdref(boolean idref) |
void |
setName(String name) |
void |
setRequired(boolean required) |
void |
setType(ElementType type) |
void |
setWrapperName(String wrapperName) |
public String getComment()
public void setComment(String comment)
public String getName()
public void setName(String name)
public boolean isRequired()
public void setRequired(boolean required)
public ElementType getType()
public void setType(ElementType type)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public boolean isCollection()
public void setCollection(boolean collection)
public String getWrapperName()
public void setWrapperName(String wrapperName)
public com.sun.javadoc.Type getElementType()
public void setElementType(com.sun.javadoc.Type elementType)
public boolean isIdref()
public void setIdref(boolean idref)
Copyright © 2012 Atteo. All Rights Reserved.