Searched refs:EnumerationValue (Results 1 – 2 of 2) sorted by relevance
128 element in the list is of type idl.EnumerationValue.130 Each EnumerationValue has the following properties:132 EnumerationValue.enum Reference to containing Enumeration133 EnumerationValue.name The C name of this value, including137 EnumerationValue.rawname The C name of this value, excluding141 EnumerationValue.valuename The name of this value, excluding the144 EnumerationValue.value The integer value associated with this name.
159 class EnumerationValue(object): class182 self.values.append(EnumerationValue(self, num, name,
Completed in 2 milliseconds