com.nesstar.api
Interface Category

All Superinterfaces:
ComplexDdiElement, DdiElement, NesstarBankObject, NesstarObject

public interface Category
extends ComplexDdiElement

A category statistic for a discrete variable.

Since:
0.1
See Also:
Table.getCellValue(com.nesstar.api.analysis.Statistic, Object[]), SimpleTerm.SimpleTerm(Variable, Object, com.nesstar.api.subset.Expression.Operator), CaseSubset.lt(Variable, Object), CaseSubset.le(Variable, Object), CaseSubset.gt(Variable, Object), CaseSubset.ge(Variable, Object), CaseSubset.eq(Variable, Object), CaseSubset.ne(Variable, Object)

Method Summary
 String getValue()
          Returns the value of this category.
 
Methods inherited from interface com.nesstar.api.ComplexDdiElement
getElement
 
Methods inherited from interface com.nesstar.api.NesstarObject
getId, getLabel, getTimeStamp, reload, toURI
 

Method Detail

getValue

String getValue()
                throws NotAuthorizedException,
                       IOException
Returns the value of this category.

Returns:
The value. May be numeric or alphanumeric
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