net.jangaroo.jooc.model
Class AnnotationPropertyModel

java.lang.Object
  extended by net.jangaroo.jooc.model.NamedModel
      extended by 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
AnnotationPropertyModel()
           
AnnotationPropertyModel(String name, String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 String toString()
           
 void visit(ModelVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.model.NamedModel
equals, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationPropertyModel

public AnnotationPropertyModel()

AnnotationPropertyModel

public AnnotationPropertyModel(String name,
                               String value)
Method Detail

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002–2014 CoreMedia AG. All rights reserved.