DopplerReferenceCode

class DopplerReferenceCode(dopplerReferenceCode)[source]

Bases: object

A class for the DopplerReferenceCode enumeration.

Attributes Summary

BETA

GAMMA

OPTICAL

RADIO

RATIO

RELATIVISTIC

Z

Methods Summary

from_int(i)

Return a DopplerReferenceCode 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 DopplerReferenceCode enumerator value given a string

name(dopplerReferenceCode)

Returns the string form of dopplerReferenceCode

names()

Return the list of all known DopplerReferenceCode enumeration names

newDopplerReferenceCode(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in DopplerReferenceCode

version()

the major version number as an int.

Attributes Documentation

BETA = <pyasdm.enumerations.DopplerReferenceCode.DopplerReferenceCode object>
GAMMA = <pyasdm.enumerations.DopplerReferenceCode.DopplerReferenceCode object>
OPTICAL = <pyasdm.enumerations.DopplerReferenceCode.DopplerReferenceCode object>
RADIO = <pyasdm.enumerations.DopplerReferenceCode.DopplerReferenceCode object>
RATIO = <pyasdm.enumerations.DopplerReferenceCode.DopplerReferenceCode object>
RELATIVISTIC = <pyasdm.enumerations.DopplerReferenceCode.DopplerReferenceCode object>
Z = <pyasdm.enumerations.DopplerReferenceCode.DopplerReferenceCode object>

Methods Documentation

static from_int(i)[source]

Return a DopplerReferenceCode 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 DopplerReferenceCode enumerator value given a string

static name(dopplerReferenceCode)[source]

Returns the string form of dopplerReferenceCode

static names()[source]

Return the list of all known DopplerReferenceCode enumeration names

static newDopplerReferenceCode(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in DopplerReferenceCode

static version()[source]

the major version number as an int.