net.jangaroo.jooc.model
Class NamespaceModel

java.lang.Object
  extended by net.jangaroo.jooc.model.NamedModel
      extended by net.jangaroo.jooc.model.DocumentedModel
          extended by net.jangaroo.jooc.model.AbstractAnnotatedModel
              extended by net.jangaroo.jooc.model.NamespaceModel
All Implemented Interfaces:
ActionScriptModel, AnnotatedModel, NamespacedModel, ValuedModel

public class NamespaceModel
extends AbstractAnnotatedModel
implements NamespacedModel, ValuedModel

A model of an ActionScript namespace declaration.


Field Summary
 
Fields inherited from interface net.jangaroo.jooc.model.NamespacedModel
INTERNAL, PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
NamespaceModel()
           
NamespaceModel(String name)
           
NamespaceModel(String name, String value)
           
 
Method Summary
 String getNamespace()
           
 String getValue()
           
 void setNamespace(String namespace)
           
 void setValue(String value)
           
 void visit(ModelVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.model.AbstractAnnotatedModel
addAnnotation, getAnnotations, setAnnotations
 
Methods inherited from class net.jangaroo.jooc.model.DocumentedModel
getAsdoc, setAsdoc
 
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, toString, wait, wait, wait
 

Constructor Detail

NamespaceModel

public NamespaceModel()

NamespaceModel

public NamespaceModel(String name)

NamespaceModel

public NamespaceModel(String name,
                      String value)
Method Detail

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface NamespacedModel

setNamespace

public void setNamespace(String namespace)
Specified by:
setNamespace in interface NamespacedModel

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.