|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wisc.ssec.mcidasv.data.cyclone.StormParam
public class StormParam
Created by IntelliJ IDEA. User: yuanho Date: Apr 18, 2008 Time: 1:45:38 PM To change this template use File | Settings | File Templates.
Field Summary | |
---|---|
private boolean |
canDoDifference
_more_ |
private boolean |
derived
_more_ |
private boolean |
isChartParam
_more_ |
(package private) RealType |
type
_more_ |
Constructor Summary | |
---|---|
StormParam()
_more_ |
|
StormParam(RealType type)
_more_ |
|
StormParam(RealType type,
boolean derived)
_more_ |
|
StormParam(RealType type,
boolean derived,
boolean canDoDiff)
_more_ |
|
StormParam(RealType type,
boolean derived,
boolean canDoDiff,
boolean chartList)
_more_ |
Method Summary | |
---|---|
boolean |
equals(Object o)
_more_ |
Real |
getAttribute(List<Real> attributes)
_more_ |
boolean |
getCanDoDifference()
Get the CanDoDifference property. |
boolean |
getDerived()
Get the Derived property. |
boolean |
getIsChartParam()
Get the CanDoDifference property. |
String |
getName()
_more_ |
Real |
getReal(double value)
_more_ |
RealType |
getType()
Get the Type property. |
Unit |
getUnit()
_more_ |
int |
hashCode()
_more_ |
void |
setCanDoDifference(boolean value)
Set the CanDoDifference property. |
void |
setDerived(boolean value)
Set the Derived property. |
void |
setIsChartParam(boolean value)
Set the CanDoDifference property. |
void |
setType(RealType value)
Set the Type property. |
String |
toString()
_more_ |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
RealType type
private boolean canDoDifference
private boolean derived
private boolean isChartParam
Constructor Detail |
---|
public StormParam()
public StormParam(RealType type)
type
- _more_public StormParam(RealType type, boolean derived)
type
- _more_derived
- _more_public StormParam(RealType type, boolean derived, boolean canDoDiff)
type
- _more_derived
- _more_canDoDiff
- _more_public StormParam(RealType type, boolean derived, boolean canDoDiff, boolean chartList)
type
- _more_derived
- _more_canDoDiff
- _more_chartList
- _more_Method Detail |
---|
public Real getReal(double value) throws VisADException
value
- _more_
VisADException
- _more_public Unit getUnit()
public int hashCode()
hashCode
in class Object
public void setCanDoDifference(boolean value)
value
- The new value for CanDoDifferencepublic boolean getCanDoDifference()
public void setIsChartParam(boolean value)
value
- The new value for CanDoDifferencepublic boolean getIsChartParam()
public Real getAttribute(List<Real> attributes)
attributes
- _more_
public boolean equals(Object o)
equals
in class Object
o
- _more_
public String toString()
toString
in class Object
public String getName()
public void setType(RealType value)
value
- The new value for Typepublic RealType getType()
public void setDerived(boolean value)
value
- The new value for Derivedpublic boolean getDerived()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |