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
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