net.jangaroo.jooc.model
Class ReturnModel
java.lang.Object
net.jangaroo.jooc.model.NamedModel
net.jangaroo.jooc.model.DocumentedModel
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.
ReturnModel
public ReturnModel(MethodModel method)
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-2013 CoreMedia AG. All Rights Reserved.