net.jangaroo.jooc.model
Class ReturnModel

java.lang.Object
  extended by net.jangaroo.jooc.model.NamedModel
      extended by net.jangaroo.jooc.model.DocumentedModel
          extended by net.jangaroo.jooc.model.ReturnModel
All Implemented Interfaces:
ActionScriptModel, TypedModel

public class ReturnModel
extends DocumentedModel
implements TypedModel

Represents the return type and description of a method.


Constructor Summary
ReturnModel(MethodModel method)
           
 
Method Summary
 boolean equals(Object o)
           
 String getType()
           
 int hashCode()
           
 void setType(String type)
           
 void visit(ModelVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.model.DocumentedModel
getAsdoc, setAsdoc
 
Methods inherited from class net.jangaroo.jooc.model.NamedModel
getName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnModel

public ReturnModel(MethodModel method)
Method Detail

getType

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

setType

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

visit

public void visit(ModelVisitor visitor)
Specified by:
visit in interface ActionScriptModel

equals

public boolean equals(Object o)
Overrides:
equals in class NamedModel

hashCode

public int hashCode()
Overrides:
hashCode in class NamedModel


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