|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.output.hdf5.TemporaryAndTestDomain
public class TemporaryAndTestDomain
The Temporary and Test Domain is part of Domain description (@link DomainDescription}. This class supports the proper creation of these fields. It is currently unused in this package.
Field Summary | |
---|---|
private java.lang.String |
description
|
private java.lang.String |
name
|
Constructor Summary | |
---|---|
TemporaryAndTestDomain(char field1,
char field2,
java.lang.String description)
Create a temporary and test domain using two fields and a description |
|
TemporaryAndTestDomain(char field1,
int field2,
java.lang.String description)
Create a temporary and test domain using two fields, where the second is a value modulo 10, and a description |
|
TemporaryAndTestDomain(int field1,
char field2,
java.lang.String description)
Create a temporary and test domain using two fields, where the first is a value modulo 10, and a description |
|
TemporaryAndTestDomain(int test,
java.lang.String description)
Create a temporary and test domain with a test number and description |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the description |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String name
private java.lang.String description
Constructor Detail |
---|
public TemporaryAndTestDomain(int test, java.lang.String description)
test
- the test number, modulo 100description
- the descriptionpublic TemporaryAndTestDomain(char field1, char field2, java.lang.String description)
field1
- the first fieldfield2
- the second fielddescription
- the descriptionpublic TemporaryAndTestDomain(int field1, char field2, java.lang.String description)
field1
- a value, calculated modulo 10field2
- the second fielddescription
- the descriptionpublic TemporaryAndTestDomain(char field1, int field2, java.lang.String description)
field1
- the first fieldfield2
- a value, calculated modulo 10description
- the descriptionMethod Detail |
---|
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |