DifferenceType

class DifferenceType(differenceType)[source]

Bases: object

A class for the DifferenceType enumeration.

Attributes Summary

FINAL

PREDICTED

PRELIMINARY

RAPID

Methods 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

static from_int(i)[source]

Return a DifferenceType from an integration matching an enumeration.

getName()[source]

Return the name of this enumeration.

getValue()[source]

Return the integer value of this enumeration.

static literal(name)[source]

Return the DifferenceType enumerator value given a string

static name(differenceType)[source]

Returns the string form of differenceType

static names()[source]

Return the list of all known DifferenceType enumeration names

static newDifferenceType(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in DifferenceType

static version()[source]

the major version number as an int.