Package com.nesstar.api

This is the main package containing the interfaces representing Nesstar entities, among other things.

See:
          Description

Interface Summary
Bank<T extends NesstarBankObject> A repository containing all objects of a particular type hosted by a particular Nesstar server.
Category A category statistic for a discrete variable.
ComplexDdiElement Represents a DDI element with attributes and/or subelements.
DdiElement Represents an element in a DDI codebook.
DdiList<T extends DdiElement> An unmodifiable list of DDI elements.
EGMSResource An EGMSResource on a Nesstar Server.
NesstarBankObject A NesstarObject accessible via a Bank.
NesstarDB A local cache for nesstar objects.
NesstarList<T extends NesstarObject> An unmodifiable list of Nesstar Elements.
NesstarObject Base interface for all Nesstar objects.
NesstarTreeNode Defines the requirements for nodes in a tree representation of a Nesstar server.
NesstarTreeObject A NesstarObject which may serve as payload in a NesstarTreeNode.
Question A survey question.
Role A Role on a Nesstar Server.
Server A representation of a Nesstar Server.
SimpleDdiElement<T> A DDI element with a simple value such as a String or a number.
Study A study on a Nesstar server.
User A user on a Nesstar server.
Variable A variable in a Nesstar study.
VariableGroup A variable group in a Nesstar study.
 

Class Summary
NesstarDBFactory A factory for instantiating an implementation of NesstarDB.
ResultStream Wrapper for a resource that is streamed from the nesstar server.
 

Enum Summary
FileFormat An enumeration of data file formats supported by Nesstar.
 

Exception Summary
IllegalTreeOperationException Thrown to indicate that an illegal tree operation, such as trying to add a child to a node that can't have children, has been attempted.
NotAuthorizedException Thrown to indicate that access has been denied.
 

Package com.nesstar.api Description

This is the main package containing the interfaces representing Nesstar entities, among other things.

Since:
0.1


Copyright © 2011, NSD All rights reserved