AssociatedFieldNature

class AssociatedFieldNature(associatedFieldNature)[source]

Bases: object

A class for the AssociatedFieldNature enumeration.

Attributes Summary

OFF

ON

PHASE_REFERENCE

Methods Summary

from_int(i)

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

name(associatedFieldNature)

Returns the string form of associatedFieldNature

names()

Return the list of all known AssociatedFieldNature enumeration names

newAssociatedFieldNature(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in AssociatedFieldNature

version()

the major version number as an int.

Attributes Documentation

OFF = <pyasdm.enumerations.AssociatedFieldNature.AssociatedFieldNature object>
ON = <pyasdm.enumerations.AssociatedFieldNature.AssociatedFieldNature object>
PHASE_REFERENCE = <pyasdm.enumerations.AssociatedFieldNature.AssociatedFieldNature object>

Methods Documentation

static from_int(i)[source]

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

static name(associatedFieldNature)[source]

Returns the string form of associatedFieldNature

static names()[source]

Return the list of all known AssociatedFieldNature enumeration names

static newAssociatedFieldNature(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in AssociatedFieldNature

static version()[source]

the major version number as an int.