org.pentaho.chart.data
Class CategoricalDataModel.Category

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet<E>
              extended by java.util.LinkedHashSet<NamedValue>
                  extended by org.pentaho.chart.data.NamedValuesDataModel
                      extended by org.pentaho.chart.data.CategoricalDataModel.Category
All Implemented Interfaces:
Serializable, Cloneable, Iterable<NamedValue>, Collection<NamedValue>, Set<NamedValue>, IChartDataModel, IScalableDataModel
Enclosing class:
CategoricalDataModel

public class CategoricalDataModel.Category
extends NamedValuesDataModel

See Also:
Serialized Form

Method Summary
 String getCategoryName()
           
 List<String> getSeries()
           
 void setCategoryName(String categoryName)
           
 
Methods inherited from class org.pentaho.chart.data.NamedValuesDataModel
getNamedValue, getNames, getScalingFactor, setScalingFactor
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getSeries

public List<String> getSeries()

getCategoryName

public String getCategoryName()

setCategoryName

public void setCategoryName(String categoryName)