WVRMethod

class WVRMethod(wVRMethod)[source]

Bases: object

A class for the WVRMethod enumeration.

Attributes Summary

ATM_MODEL

EMPIRICAL

Methods Summary

from_int(i)

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

name(wVRMethod)

Returns the string form of wVRMethod

names()

Return the list of all known WVRMethod enumeration names

newWVRMethod(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in WVRMethod

version()

the major version number as an int.

Attributes Documentation

ATM_MODEL = <pyasdm.enumerations.WVRMethod.WVRMethod object>
EMPIRICAL = <pyasdm.enumerations.WVRMethod.WVRMethod object>

Methods Documentation

static from_int(i)[source]

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

static name(wVRMethod)[source]

Returns the string form of wVRMethod

static names()[source]

Return the list of all known WVRMethod enumeration names

static newWVRMethod(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in WVRMethod

static version()[source]

the major version number as an int.