org.iges.grads.server.dap
Class GenericString

java.lang.Object
  |
  +--SDString
        |
        +--org.iges.grads.server.dap.GenericString

public class GenericString
extends SDString

Implements the server-side version of String All datatypes that appear in DDS'es for GrADS datasets must have server-side implementations, even if its just a shell.

See Also:
Serialized Form

Constructor Summary
GenericString()
          Constructs a new GenericString.
GenericString(java.lang.String n)
          Constructs a new GenericString with name n.
 
Method Summary
 boolean read(java.lang.String datasetName, java.lang.Object specialO)
          Dummy procedure
static void resetCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericString

public GenericString()
Constructs a new GenericString.


GenericString

public GenericString(java.lang.String n)
Constructs a new GenericString with name n.

Parameters:
n - the name of the variable.
Method Detail

resetCount

public static void resetCount()

read

public boolean read(java.lang.String datasetName,
                    java.lang.Object specialO)
             throws NoSuchVariableException,
                    java.io.IOException,
                    java.io.EOFException
Dummy procedure

NoSuchVariableException
java.io.IOException
java.io.EOFException