SynthProf

class SynthProf(synthProf)[source]

Bases: object

A class for the SynthProf enumeration.

Attributes Summary

ACACORR

ACA_CDP

NOSYNTH

Methods Summary

from_int(i)

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

name(synthProf)

Returns the string form of synthProf

names()

Return the list of all known SynthProf enumeration names

newSynthProf(name)

Equivalent to the literal method

revision()

revision as a string.

size()

the number of known enumerators in SynthProf

version()

the major version number as an int.

Attributes Documentation

ACACORR = <pyasdm.enumerations.SynthProf.SynthProf object>
ACA_CDP = <pyasdm.enumerations.SynthProf.SynthProf object>
NOSYNTH = <pyasdm.enumerations.SynthProf.SynthProf object>

Methods Documentation

static from_int(i)[source]

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

static name(synthProf)[source]

Returns the string form of synthProf

static names()[source]

Return the list of all known SynthProf enumeration names

static newSynthProf(name)[source]

Equivalent to the literal method

static revision()[source]

revision as a string.

static size()[source]

the number of known enumerators in SynthProf

static version()[source]

the major version number as an int.