Package net.jangaroo.jooc.model
Class AbstractTypedModel
- java.lang.Object
-
- net.jangaroo.jooc.model.NamedModel
-
- net.jangaroo.jooc.model.DocumentedModel
-
- net.jangaroo.jooc.model.AbstractTypedModel
-
- All Implemented Interfaces:
ActionScriptModel,TypedModel
- Direct Known Subclasses:
ParamModel
public abstract class AbstractTypedModel extends DocumentedModel implements TypedModel
Created with IntelliJ IDEA. User: fwienber Date: 15.05.12 Time: 00:16 To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTypedModel()protectedAbstractTypedModel(String name)protectedAbstractTypedModel(String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()voidsetType(String type)-
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
-
Methods inherited from interface net.jangaroo.jooc.model.ActionScriptModel
visit
-
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceTypedModel
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceTypedModel
-
-