net.jangaroo.jooc.model
Class AbstractTypedModel

java.lang.Object
  extended by net.jangaroo.jooc.model.NamedModel
      extended by net.jangaroo.jooc.model.DocumentedModel
          extended by 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
protected AbstractTypedModel()
           
protected AbstractTypedModel(String name)
           
protected AbstractTypedModel(String name, String type)
           
 
Method Summary
 String getType()
           
 void setType(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
 

Constructor Detail

AbstractTypedModel

protected AbstractTypedModel()

AbstractTypedModel

protected AbstractTypedModel(String name)

AbstractTypedModel

protected AbstractTypedModel(String name,
                             String type)
Method Detail

getType

public String getType()
Specified by:
getType in interface TypedModel

setType

public void setType(String type)
Specified by:
setType in interface TypedModel


Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.