net.jangaroo.jooc.model
Class AnnotationModel
java.lang.Object
net.jangaroo.jooc.model.NamedModel
net.jangaroo.jooc.model.DocumentedModel
net.jangaroo.jooc.model.AnnotationModel
- All Implemented Interfaces:
- ActionScriptModel
public class AnnotationModel
- extends DocumentedModel
A model of a field of an ActionScript class.
AnnotationModel
public AnnotationModel()
AnnotationModel
public AnnotationModel(String name)
AnnotationModel
public AnnotationModel(String name,
AnnotationPropertyModel... properties)
getProperties
public List<AnnotationPropertyModel> getProperties()
setProperties
public void setProperties(List<AnnotationPropertyModel> properties)
addProperty
public void addProperty(AnnotationPropertyModel annotationProperty)
visit
public void visit(ModelVisitor visitor)
Copyright © 2002–2014 CoreMedia AG. All rights reserved.