ComplexConstantValue extension

Extension on ComplexConstant providing value-getters.

on

Properties

stringValue String

Available on ComplexConstant, provided by the ComplexConstantValue extension

Returns the String identifier of an instance of ComplexConstant.
no setter
value Complex

Available on ComplexConstant, provided by the ComplexConstantValue extension

Returns a map of type Map<Complex, ComplexConstant> mapping each declared enum value to an instance of ComplexConstant.
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