edu.swri.swiftvis.sources
Class SpecialFormatReader.ParameterStore
java.lang.Object
edu.swri.swiftvis.sources.SpecialFormatReader.ParameterStore
- All Implemented Interfaces:
- SpecialFormatReader.Store, java.io.Serializable
- Enclosing class:
- SpecialFormatReader
private class SpecialFormatReader.ParameterStore
- extends java.lang.Object
- implements SpecialFormatReader.Store
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
min
private int min
max
private int max
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
SpecialFormatReader.ParameterStore
public SpecialFormatReader.ParameterStore(int mini,
int maxi)
matchName
public boolean matchName(java.lang.String n)
- Specified by:
matchName
in interface SpecialFormatReader.Store
storeInt
public void storeInt(int val,
int count)
- Specified by:
storeInt
in interface SpecialFormatReader.Store
storeReal
public void storeReal(float val,
int count)
- Specified by:
storeReal
in interface SpecialFormatReader.Store
storeString
public void storeString(java.lang.String val,
int count)
- Specified by:
storeString
in interface SpecialFormatReader.Store
getNumRepresented
public int getNumRepresented()
- Specified by:
getNumRepresented
in interface SpecialFormatReader.Store
getCountValue
public int getCountValue()
- Specified by:
getCountValue
in interface SpecialFormatReader.Store