Uses of Enum Class
org.eclipse.emf.spi.cdo.DefaultCDOMerger.PerFeature.ManyValued.ClearSemanticPolicy
Packages that use DefaultCDOMerger.PerFeature.ManyValued.ClearSemanticPolicy
Package
Description
Client service provider interfaces and useful base implementations.
-
Uses of DefaultCDOMerger.PerFeature.ManyValued.ClearSemanticPolicy in org.eclipse.emf.spi.cdo
Methods in org.eclipse.emf.spi.cdo that return DefaultCDOMerger.PerFeature.ManyValued.ClearSemanticPolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DefaultCDOMerger.PerFeature.ManyValued.ClearSemanticPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.emf.spi.cdo with parameters of type DefaultCDOMerger.PerFeature.ManyValued.ClearSemanticPolicyModifierConstructorDescriptionprotectedManyValued(DefaultCDOMerger.ResolutionPreference resolutionPreference, DefaultCDOMerger.PerFeature.ManyValued.OccurrenceConflictPolicy occurrenceConflictPolicy, DefaultCDOMerger.PerFeature.ManyValued.OrderingPolicy orderingPolicy, DefaultCDOMerger.PerFeature.ManyValued.DuplicateResolutionPolicy duplicateResolutionPolicy, DefaultCDOMerger.PerFeature.ManyValued.ClearSemanticPolicy clearSemanticPolicy, DefaultCDOMerger.PerFeature.ManyValued.UnsetSemanticPolicy unsetSemanticPolicy) Creates an immutable semantic-policy profile for an extender without adding mutable global configuration.