AssociatedCalNature

class AssociatedCalNature(associatedCalNature)[source]

Bases: object

A class for the AssociatedCalNature enumeration.

Attributes Summary

ASSOCIATED_EXECBLOCK

Methods Summary

from_int(i)

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

name(associatedCalNature)

Returns the string form of associatedCalNature

names()

Return the list of all known AssociatedCalNature enumeration names

newAssociatedCalNature(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in AssociatedCalNature

version()

the major version number as an int.

Attributes Documentation

ASSOCIATED_EXECBLOCK = <pyasdm.enumerations.AssociatedCalNature.AssociatedCalNature object>

Methods Documentation

static from_int(i)[source]

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

static name(associatedCalNature)[source]

Returns the string form of associatedCalNature

static names()[source]

Return the list of all known AssociatedCalNature enumeration names

static newAssociatedCalNature(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in AssociatedCalNature

static version()[source]

the major version number as an int.