|
|||||||||
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.DomainDescription
public class DomainDescription
Creates a domain description from one of three types of domains: Fixed, CalVal or TemporaryAndTest.
This package only used the FixedDomainDescription
.
Field Summary | |
---|---|
private java.lang.String |
description
|
private java.lang.String |
domain
|
Constructor Summary | |
---|---|
DomainDescription(CalValDomain calValDomain)
Construct a DomainDescription from a CalValDomain. |
|
DomainDescription(FixedDomainDescription domain)
Construct a DomainDescription from a FixedDomainDescription. |
|
DomainDescription(TemporaryAndTestDomain tempTestDomain)
Construct a DomainDescription from a TemporaryAndTestDomain. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Return the description of the domain as a String |
java.lang.String |
getDomain()
Return the string representation of the domain |
java.lang.String |
toString()
Return the domain name as a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String domain
private java.lang.String description
Constructor Detail |
---|
public DomainDescription(FixedDomainDescription domain)
domain
- the FixedDomainDescriptionpublic DomainDescription(CalValDomain calValDomain)
calValDomain
- the CalValDomainpublic DomainDescription(TemporaryAndTestDomain tempTestDomain)
tempTestDomain
- the TemporaryAndTestDomainMethod Detail |
---|
public java.lang.String getDomain()
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 |