DifferenceType¶
-
class
DifferenceType(differenceType)[source]¶ Bases:
objectA class for the DifferenceType enumeration.
Attributes Summary
FINALPREDICTEDPRELIMINARYRAPIDMethods Summary
from_int(i)Return a DifferenceType 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 DifferenceType enumerator value given a string
name(differenceType)Returns the string form of differenceType
names()Return the list of all known DifferenceType enumeration names
newDifferenceType(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in DifferenceType
version()the major version number as an int.
Attributes Documentation
-
FINAL= <pyasdm.enumerations.DifferenceType.DifferenceType object>¶
-
PREDICTED= <pyasdm.enumerations.DifferenceType.DifferenceType object>¶
-
PRELIMINARY= <pyasdm.enumerations.DifferenceType.DifferenceType object>¶
-
RAPID= <pyasdm.enumerations.DifferenceType.DifferenceType object>¶
Methods Documentation
-