Uses of Class
org.eclipse.emf.compare.diff.metamodel.DifferenceKind

Packages that use DifferenceKind
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
 

Uses of DifferenceKind in org.eclipse.emf.compare.diff.metamodel
 

Fields in org.eclipse.emf.compare.diff.metamodel with type parameters of type DifferenceKind
static java.util.List<DifferenceKind> DifferenceKind.VALUES
          A public read-only list of all the 'Difference Kind' enumerators.
 

Methods in org.eclipse.emf.compare.diff.metamodel that return DifferenceKind
static DifferenceKind DifferenceKind.get(int value)
          Returns the 'Difference Kind' literal with the specified integer value.
static DifferenceKind DifferenceKind.get(java.lang.String literal)
          Returns the 'Difference Kind' literal with the specified literal value.
static DifferenceKind DifferenceKind.getByName(java.lang.String name)
          Returns the 'Difference Kind' literal with the specified name
 DifferenceKind DiffElement.getKind()
          Returns the value of the 'Kind' attribute.
static DifferenceKind DifferenceKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DifferenceKind[] DifferenceKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of DifferenceKind in org.eclipse.emf.compare.diff.metamodel.impl
 

Fields in org.eclipse.emf.compare.diff.metamodel.impl declared as DifferenceKind
protected  DifferenceKind DiffElementImpl.kind
          The cached value of the 'Kind' attribute.
protected static DifferenceKind DiffElementImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return DifferenceKind
 DifferenceKind DiffFactoryImpl.createDifferenceKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DifferenceKind DiffElementImpl.getKind()
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.