gov.nasa.gsfc.drl.rtstps.core.output.hdf5
Class CalValDomain

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.output.hdf5.CalValDomain

public class CalValDomain
extends java.lang.Object

The CalValDomain is used by the DomainDescription class, CalVals are specified by the mission documentation and have a specific format.


Field Summary
private  java.lang.String description
           
private  java.lang.String name
           
 
Constructor Summary
CalValDomain(char test, java.lang.String description)
          Create an instance of a CalValDomain using a character test designation and description
CalValDomain(int test, java.lang.String description)
          Create an instance of a CalValDomain using a test number and description
 
Method Summary
 java.lang.String getDescription()
          Get the description of CalValDomain
 java.lang.String toString()
          Return the constructed internal name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private java.lang.String name

description

private java.lang.String description
Constructor Detail

CalValDomain

public CalValDomain(int test,
                    java.lang.String description)
Create an instance of a CalValDomain using a test number and description

Parameters:
test - the test number
description - a description of the test

CalValDomain

public CalValDomain(char test,
                    java.lang.String description)
Create an instance of a CalValDomain using a character test designation and description

Parameters:
test - the test character
description - the description of the test
Method Detail

getDescription

public java.lang.String getDescription()
Get the description of CalValDomain

Returns:
a String containing the description

toString

public java.lang.String toString()
Return the constructed internal name

Overrides:
toString in class java.lang.Object
Returns:
a String consisting of the internal name