edu.swri.swiftvis.sources
Class SpecialFormatReader.VariableStore
java.lang.Object
edu.swri.swiftvis.sources.SpecialFormatReader.VariableStore
- All Implemented Interfaces:
- SpecialFormatReader.Store, java.io.Serializable
- Enclosing class:
- SpecialFormatReader
private class SpecialFormatReader.VariableStore
- 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 |
name
private java.lang.String name
val
private float val
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
SpecialFormatReader.VariableStore
public SpecialFormatReader.VariableStore(java.lang.String n)
matchName
public boolean matchName(java.lang.String n)
- Specified by:
matchName
in interface SpecialFormatReader.Store
storeInt
public void storeInt(int v,
int count)
- Specified by:
storeInt
in interface SpecialFormatReader.Store
storeReal
public void storeReal(float v,
int count)
- Specified by:
storeReal
in interface SpecialFormatReader.Store
storeString
public void storeString(java.lang.String v,
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