StationType¶
-
class
StationType(stationType)[source]¶ Bases:
objectA class for the StationType enumeration.
Attributes Summary
ANTENNA_PADMAINTENANCE_PADWEATHER_STATIONMethods Summary
from_int(i)Return a StationType from an integration matching an enumeration.
getName()Return the name of this enumeration.
getValue()Return the integer value of this enumeration.
literal(name)Return the StationType enumerator value given a string
name(stationType)Returns the string form of stationType
names()Return the list of all known StationType enumeration names
newStationType(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in StationType
version()the major version number as an int.
Attributes Documentation
-
ANTENNA_PAD= <pyasdm.enumerations.StationType.StationType object>¶
-
MAINTENANCE_PAD= <pyasdm.enumerations.StationType.StationType object>¶
-
WEATHER_STATION= <pyasdm.enumerations.StationType.StationType object>¶
Methods Documentation
-