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 declared as ChangeKind
static ChangeKind ChangeKind.ADD_LITERAL
          The 'ADD' literal object
static ChangeKind ChangeKind.REMOVE_LITERAL
          The 'REMOVE' literal object
static ChangeKind ChangeKind.MOVE_LITERAL
          The 'MOVE' literal object
 

Methods in org.eclipse.emf.ecore.change that return ChangeKind
 ChangeKind ListChange.getKind()
          Returns the value of the 'Kind' attribute.
static ChangeKind ChangeKind.get(String literal)
          Returns the 'Kind' literal with the specified literal value
static ChangeKind ChangeKind.getByName(String name)
          Returns the 'Kind' literal with the specified name
static ChangeKind ChangeKind.get(int value)
          Returns the 'Kind' literal with the specified integer value
 

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 static ChangeKind ListChangeImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
protected  ChangeKind ListChangeImpl.kind
          The cached value of the 'Kind' attribute
 

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

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

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 ChangeRecorder.createListChange(EList changesList, ChangeKind kind, int index)
           
 


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