| Package | Description | 
|---|---|
| org.eclipse.emf.compare | |
| org.eclipse.emf.compare.impl | |
| org.eclipse.emf.compare.utils | 
| Modifier and Type | Field and Description | 
|---|---|
| static List<DifferenceState> | DifferenceState. VALUESA public read-only list of all the 'Difference State' enumerators. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
| static DifferenceState | DifferenceState. get(int value)Returns the 'Difference State' literal with the specified integer value. 
 | 
| static DifferenceState | DifferenceState. get(String literal)Returns the 'Difference State' literal with the specified literal value. 
 | 
| static DifferenceState | DifferenceState. getByName(String name)Returns the 'Difference State' literal with the specified name. 
 | 
| DifferenceState | Diff. getState()Returns the value of the 'State' attribute. | 
| static DifferenceState | DifferenceState. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DifferenceState[] | DifferenceState. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Diff. setState(DifferenceState value)Sets the value of the ' State' attribute. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DifferenceState | DiffImpl. stateThe cached value of the ' State' attribute | 
| protected static DifferenceState | DiffImpl. STATE_EDEFAULTThe default value of the ' State' attribute | 
| Modifier and Type | Method and Description | 
|---|---|
| DifferenceState | CompareFactoryImpl. createDifferenceStateFromString(EDataType eDataType,
                               String initialValue) | 
| DifferenceState | DiffImpl. getState() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DiffImpl. setState(DifferenceState newState) | 
| Modifier and Type | Method and Description | 
|---|---|
| static com.google.common.base.Predicate<? super Diff> | EMFComparePredicates. hasState(DifferenceState... states)This can be used to check whether a given Diff is in (one of) the given state(s). | 
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.