public abstract class AbstractAnnotatedModel extends DocumentedModel implements AnnotatedModel
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAnnotatedModel() |
protected |
AbstractAnnotatedModel(String name) |
protected |
AbstractAnnotatedModel(String name,
String asdoc) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnnotation(AnnotationModel annotation) |
List<AnnotationModel> |
getAnnotations() |
List<AnnotationModel> |
getAnnotations(String name) |
void |
setAnnotations(List<AnnotationModel> annotations) |
getAsdoc, setAsdocequals, getName, hashCode, setNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitvisitprotected AbstractAnnotatedModel()
protected AbstractAnnotatedModel(String name)
public List<AnnotationModel> getAnnotations()
getAnnotations in interface AnnotatedModelpublic List<AnnotationModel> getAnnotations(String name)
getAnnotations in interface AnnotatedModelpublic void setAnnotations(List<AnnotationModel> annotations)
setAnnotations in interface AnnotatedModelpublic void addAnnotation(AnnotationModel annotation)
addAnnotation in interface AnnotatedModelCopyright © 2002–2018 CoreMedia AG. All rights reserved.