Uses of Enum Class
cdc.enums.SynthesisStatus
-
Uses of SynthesisStatus in cdc.enums
Fields in cdc.enums with type parameters of type SynthesisStatusModifier and TypeFieldDescriptionstatic final cdc.util.encoding.Encoder<SynthesisStatus,Character> SynthesisStatus.ENCODERprotected final Map<V,SynthesisStatus> AbstractSynthesisMask.mapMethods in cdc.enums that return SynthesisStatusModifier and TypeMethodDescriptionReturns the status associated to a value.SynthesisStatus.merge(SynthesisStatus other) Merges this status with another one.static SynthesisStatusReturns the enum constant of this class with the specified name.static SynthesisStatus[]SynthesisStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.enums with parameters of type SynthesisStatusModifier and TypeMethodDescriptionSynthesisMaskSupport.create(SynthesisStatus status) Creates a synthesis mask with values set to the same status.SynthesisStatus.merge(SynthesisStatus other) Merges this status with another one.AbstractSynthesisMask.set(V value, SynthesisStatus status) SynthesisMask.set(V value, SynthesisStatus status) Sets the status of a value.AbstractSynthesisMask.setAll(SynthesisStatus status) SynthesisMask.setAll(SynthesisStatus status) Sets the status of all values.Method parameters in cdc.enums with type arguments of type SynthesisStatusModifier and TypeMethodDescriptionAbstractSynthesisMask.Creator.create(SynthesisMaskSupport<M, V> support, Map<V, SynthesisStatus> map) SynthesisMaskSupport.create(Map<V, SynthesisStatus> map) Creates a synthesis mask for a map.AbstractSynthesisMask.toString(Function<SynthesisStatus, String> statusToString, String separator) SynthesisMask.toString(Function<SynthesisStatus, String> statusToString, String separator) Constructor parameters in cdc.enums with type arguments of type SynthesisStatusModifierConstructorDescriptionprotectedAbstractSynthesisMask(SynthesisMaskSupport<M, V> support, Map<V, SynthesisStatus> map)