Class StormParam
java.lang.Object
edu.wisc.ssec.mcidasv.data.cyclone.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
FieldsModifier and TypeFieldDescriptionprivate boolean
_more_private boolean
_more_private boolean
_more_(package private) RealType
_more_ -
Constructor Summary
ConstructorsConstructorDescription_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
Modifier and TypeMethodDescriptionboolean
_more_getAttribute
(List<Real> attributes) _more_boolean
Get the CanDoDifference property.boolean
Get the Derived property.boolean
Get the CanDoDifference property.getName()
_more_getReal
(double value) _more_getType()
Get the Type property.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
Set the Type property.toString()
_more_
-
Field Details
-
type
_more_ -
canDoDifference
_more_ -
derived
_more_ -
isChartParam
_more_
-
-
Constructor Details
-
StormParam
public StormParam()_more_ -
StormParam
_more_- Parameters:
type
- _more_
-
StormParam
_more_- Parameters:
type
- _more_derived
- _more_
-
StormParam
_more_- Parameters:
type
- _more_derived
- _more_canDoDiff
- _more_
-
StormParam
_more_- Parameters:
type
- _more_derived
- _more_canDoDiff
- _more_chartList
- _more_
-
-
Method Details
-
getReal
_more_- Parameters:
value
- _more_- Returns:
- _more_
- Throws:
VisADException
- _more_
-
getUnit
_more_- Returns:
- _more_
-
hashCode
_more_ -
setCanDoDifference
Set the CanDoDifference property.- Parameters:
value
- The new value for CanDoDifference
-
getCanDoDifference
Get the CanDoDifference property.- Returns:
- The CanDoDifference
-
setIsChartParam
Set the CanDoDifference property.- Parameters:
value
- The new value for CanDoDifference
-
getIsChartParam
Get the CanDoDifference property.- Returns:
- The CanDoDifference
-
getAttribute
_more_- Parameters:
attributes
- _more_- Returns:
- _more_
-
equals
_more_ -
toString
_more_ -
getName
_more_- Returns:
- _more_
-
setType
Set the Type property.- Parameters:
value
- The new value for Type
-
getType
Get the Type property.- Returns:
- The Type
-
setDerived
Set the Derived property.- Parameters:
value
- The new value for Derived
-
getDerived
Get the Derived property.- Returns:
- The Derived
-