Uses of Class
org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict.ConflictOption.OptionType

Packages that use ConflictOption.OptionType
org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict   
org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util   
 

Uses of ConflictOption.OptionType in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict
 

Methods in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict that return ConflictOption.OptionType
 ConflictOption.OptionType ConflictOption.getType()
          Returns the type.
static ConflictOption.OptionType ConflictOption.OptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConflictOption.OptionType[] ConflictOption.OptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict with parameters of type ConflictOption.OptionType
 ConflictOption VisualConflict.getOptionOfType(ConflictOption.OptionType type)
          Get an option by its type.
 

Constructors in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.conflict with parameters of type ConflictOption.OptionType
ConflictOption(Object obj, ConflictOption.OptionType type)
          Alternative contstrutor which will toString the input object.
ConflictOption(String option, ConflictOption.OptionType type)
          Default constructor.
 

Uses of ConflictOption.OptionType in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util
 

Methods in org.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util with parameters of type ConflictOption.OptionType
static ConflictOption DecisionUtil.getConflictOptionByType(List<ConflictOption> options, ConflictOption.OptionType type)
          Get Option by is type.
 



Copyright © 2015. All Rights Reserved.