wodka.util
Class SodaGlobalsRanges

java.lang.Object
  extended bywodka.util.DoubleRanges
      extended bywodka.util.SodaGlobalsRanges
All Implemented Interfaces:
wwan.commons.param.Configurable, wwan.commons.param.Informative, java.io.Serializable, StreamPersistable

public class SodaGlobalsRanges
extends DoubleRanges

Ranges for soda models.

Author:
wwagner4
See Also:
Serialized Form

Constructor Summary
protected SodaGlobalsRanges()
           
 
Method Summary
static SodaGlobalsRanges createInstance()
           
protected  DoubleRanges createNew()
           
 java.lang.String getInfo()
           
 java.lang.String getLabel()
           
protected  java.util.Collection names()
           
protected  java.util.Collection values(java.lang.String name)
           
 
Methods inherited from class wodka.util.DoubleRanges
checkParameterList, createCopy, defaultValues, fromStream, getMax, getMin, getParameterDescription, getVersion, init, setFieldsFromParameterList, setMax, setMin, setParameterListFromFields, toStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SodaGlobalsRanges

protected SodaGlobalsRanges()
Method Detail

createInstance

public static SodaGlobalsRanges createInstance()

names

protected java.util.Collection names()
Specified by:
names in class DoubleRanges

createNew

protected DoubleRanges createNew()
Specified by:
createNew in class DoubleRanges

getLabel

public java.lang.String getLabel()

getInfo

public java.lang.String getInfo()

values

protected java.util.Collection values(java.lang.String name)
Specified by:
values in class DoubleRanges