Uses of Class
org.eclipse.emf.ecore.change.ChangeKind

Packages that use ChangeKind
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.change.util Provides utilities. 
 

Uses of ChangeKind in org.eclipse.emf.ecore.change
 

Fields in org.eclipse.emf.ecore.change with type parameters of type ChangeKind
static java.util.List<ChangeKind> ChangeKind.VALUES
          A public read-only list of all the 'Kind' enumerators
 

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

Methods in org.eclipse.emf.ecore.change with parameters of type ChangeKind
 void ListChange.setKind(ChangeKind value)
          Sets the value of the 'Kind' attribute
 

Uses of ChangeKind in org.eclipse.emf.ecore.change.impl
 

Fields in org.eclipse.emf.ecore.change.impl declared as ChangeKind
protected  ChangeKind ListChangeImpl.kind
          The cached value of the 'Kind' attribute
protected static ChangeKind ListChangeImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
 

Methods in org.eclipse.emf.ecore.change.impl that return ChangeKind
 ChangeKind ChangeFactoryImpl.createChangeKindFromString(EDataType eDataType, java.lang.String initialValue)
           
 ChangeKind ListChangeImpl.getKind()
           
 

Methods in org.eclipse.emf.ecore.change.impl with parameters of type ChangeKind
protected  ListChange FeatureChangeImpl.createListChange(EList<ListChange> changesList, ChangeKind kind, int index)
           
protected  ListChange FeatureMapEntryImpl.createListChange(EList<ListChange> changesList, ChangeKind kind, int index)
           
 void ListChangeImpl.setKind(ChangeKind newKind)
           
 

Uses of ChangeKind in org.eclipse.emf.ecore.change.util
 

Methods in org.eclipse.emf.ecore.change.util with parameters of type ChangeKind
protected  ListChange ListDifferenceAnalyzer.createListChange(EList<ListChange> listChanges, ChangeKind kind, int index)
          Creates a ListChange, initializes the main attributes, and adds it to the specified listChanges.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.