HEADER

ru.biosoft.plugins.javascript
Class FunctionInfo.ReturnedValue


public class FunctionInfo.ReturnedValue

Describes the returned value.


Method Summary
 StringgetDescription()
           
 StringgetType()
           
 voidsetDescription(String description)
           
 voidsetType(String type)
           

Method Detail

getDescription

public String getDescription()

getType

public String getType()

setDescription

public void setDescription(String description)

setType

public void setType(String type)

Association Links

to Class java.lang.String

The returned value type

to Class java.lang.String

The returned value description

FOOTER

BOTTOM