ru.biosoft.plugins.javascript
Class FunctionInfo.ReturnedValue

java.lang.Object
  extended byru.biosoft.plugins.javascript.FunctionInfo.ReturnedValue
Enclosing class:
FunctionInfo

public class FunctionInfo.ReturnedValue
extends java.lang.Object

Describes the returned value.


Constructor Summary
FunctionInfo.ReturnedValue()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getType()
           
 void setDescription(java.lang.String description)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionInfo.ReturnedValue

public FunctionInfo.ReturnedValue()
Method Detail

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.