AssociatedFieldNature¶
-
class
AssociatedFieldNature(associatedFieldNature)[source]¶ Bases:
objectA class for the AssociatedFieldNature enumeration.
Attributes Summary
OFFONPHASE_REFERENCEMethods 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
-