Package 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 an ActionScript annotation property.
-
-
Constructor Summary
Constructors Constructor Description AnnotationPropertyModel()AnnotationPropertyModel(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStringValue()StringgetValue()voidsetValue(String value)StringtoString()voidvisit(ModelVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.model.NamedModel
equals, getName, hashCode, setName
-
-
-
-
Method Detail
-
getValue
public String getValue()
- Specified by:
getValuein interfaceValuedModel
-
getStringValue
public String getStringValue()
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceValuedModel
-
visit
public void visit(ModelVisitor visitor)
- Specified by:
visitin interfaceActionScriptModel
-
-