com.nesstar.api
Interface VariableGroup
- All Superinterfaces:
- ComplexDdiElement, DdiElement, NesstarBankObject, NesstarObject
public interface VariableGroup
- extends ComplexDdiElement
A variable group in a Nesstar study. The purpose of variable groups is to organise variables. As
of DDI v2.1 a variable may belong to more than one variable group.
- Since:
- 0.1
getVariables
DdiList<Variable> getVariables()
throws NotAuthorizedException,
IOException
- Returns all variables directly contained in this variable group.
- Returns:
- A
NesstarList.
- Throws:
NotAuthorizedException - If access was denied by the Nesstar server.
IOException - If there was an error while communicating with the server.
getVariableGroups
DdiList<VariableGroup> getVariableGroups()
throws NotAuthorizedException,
IOException
- Returns all subgroups directly contained in this variable group.
- Returns:
- A
NesstarList.
- Throws:
NotAuthorizedException - If access was denied by the Nesstar server.
IOException - If there was an error while communicating with the server.
Copyright © 2011, NSD All rights reserved