FieldCode¶
-
class
FieldCode(fieldCode)[source]¶ Bases:
objectA class for the FieldCode enumeration.
Attributes Summary
NONEMethods Summary
from_int(i)Return a FieldCode 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 FieldCode enumerator value given a string
name(fieldCode)Returns the string form of fieldCode
names()Return the list of all known FieldCode enumeration names
newFieldCode(name)Equivalent to the literal method
revision()revision as a string.
size()the number of known enumerators in FieldCode
version()the major version number as an int.
Attributes Documentation
-
NONE= <pyasdm.enumerations.FieldCode.FieldCode object>¶
Methods Documentation
-