ComplexConstantValue extension
Extension on ComplexConstant providing value-getters.
Properties
- stringValue → String
-
Available on ComplexConstant, provided by the ComplexConstantValue extension
Returns the String identifier of an instance ofComplexConstant.no setter - value → Complex
-
Available on ComplexConstant, provided by the ComplexConstantValue extension
Returns a map of typeMap<Complex, ComplexConstant>mapping each declared enum value to an instance ofComplexConstant.no setter -
valueMap
→ Map<
String, ComplexConstant> -
Available on ComplexConstant, provided by the ComplexConstantValue extension
Returns a mapping of instance name to enum instance.no setter