net.jangaroo.jooc.model
Class AnnotationPropertyModel
java.lang.Object
net.jangaroo.jooc.model.NamedModel
net.jangaroo.jooc.model.AnnotationPropertyModel
- All Implemented Interfaces:
- ActionScriptModel, ValuedModel
public class AnnotationPropertyModel
- extends NamedModel
- implements ValuedModel
A model of a field of an ActionScript class.
AnnotationPropertyModel
public AnnotationPropertyModel()
AnnotationPropertyModel
public AnnotationPropertyModel(String name,
String value)
getValue
public String getValue()
- Specified by:
getValue in interface ValuedModel
setValue
public void setValue(String value)
- Specified by:
setValue in interface ValuedModel
visit
public void visit(ModelVisitor visitor)
- Specified by:
visit in interface ActionScriptModel
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.