Package net.jangaroo.jooc.model
Class NamespaceModel
- java.lang.Object
-
- net.jangaroo.jooc.model.NamedModel
-
- net.jangaroo.jooc.model.DocumentedModel
-
- net.jangaroo.jooc.model.AbstractAnnotatedModel
-
- 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
Constructors Constructor Description NamespaceModel()NamespaceModel(String name)NamespaceModel(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespace()StringgetValue()voidsetNamespace(String namespace)voidsetValue(String value)voidvisit(ModelVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.model.AbstractAnnotatedModel
addAnnotation, getAnnotations, 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
-
-
-
-
Method Detail
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceNamespacedModel
-
setNamespace
public void setNamespace(String namespace)
- Specified by:
setNamespacein interfaceNamespacedModel
-
getValue
public String getValue()
- Specified by:
getValuein interfaceValuedModel
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceValuedModel
-
visit
public void visit(ModelVisitor visitor)
- Specified by:
visitin interfaceActionScriptModel
-
-