public static class ForecastModelRunInventory.EnsCoord extends Object implements FmrcCoordSys.EnsCoord, Comparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equalsData(ForecastModelRunInventory.EnsCoord other) |
int[] |
getEnsTypes() |
String |
getId() |
String |
getName() |
int |
getNEnsembles() |
int |
getPDN() |
int |
getSize() |
void |
setEnsTypes(int[] ensTypes) |
void |
setId(String id) |
void |
setName(String name) |
void |
setNEnsembles(int ensembles) |
void |
setPDN(int pdn) |
public String getId()
public void setId(String id)
public String getName()
getName in interface FmrcCoordSys.EnsCoordpublic void setName(String name)
public int getNEnsembles()
getNEnsembles in interface FmrcCoordSys.EnsCoordpublic void setNEnsembles(int ensembles)
public int getPDN()
getPDN in interface FmrcCoordSys.EnsCoordpublic void setPDN(int pdn)
public int[] getEnsTypes()
getEnsTypes in interface FmrcCoordSys.EnsCoordpublic void setEnsTypes(int[] ensTypes)
public int getSize()
public boolean equalsData(ForecastModelRunInventory.EnsCoord other)
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.