com.nesstar.api
Interface Variable

All Superinterfaces:
ComplexDdiElement, DdiElement, NesstarBankObject, NesstarObject

public interface Variable
extends ComplexDdiElement

A variable in a Nesstar study.

Since:
0.1

Method Summary
 DdiList<Category> getCategories()
          Returns all category statistics in this variable.
 Study getStudy()
          Gets this variable's study.
 
Methods inherited from interface com.nesstar.api.ComplexDdiElement
getElement
 
Methods inherited from interface com.nesstar.api.NesstarObject
getId, getLabel, getTimeStamp, reload, toURI
 

Method Detail

getCategories

DdiList<Category> getCategories()
                                throws NotAuthorizedException,
                                       IOException
Returns all category statistics in this variable.

Returns:
A DdiList containing the categories.
Throws:
NotAuthorizedException - If access was denied by the Nesstar server.
IOException - If there was an error while communicating with the server.

getStudy

Study getStudy()
               throws NotAuthorizedException,
                      IOException
Gets this variable's study.

Returns:
The Study object to which this variable belongs.
Throws:
NotAuthorizedException - If access was denied by the Nesstar server.
IOException - If there was an error while communicating with the server.
Since:
0.2


Copyright © 2011, NSD All rights reserved