Uses of Class
org.eclipse.emf.compare.match.metamodel.Side

Packages that use Side
org.eclipse.emf.compare.match.metamodel   
org.eclipse.emf.compare.match.metamodel.impl   
 

Uses of Side in org.eclipse.emf.compare.match.metamodel
 

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

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

Methods in org.eclipse.emf.compare.match.metamodel with parameters of type Side
 void UnmatchElement.setSide(Side value)
          Sets the value of the 'Side' attribute
 void UnmatchModel.setSide(Side value)
          Sets the value of the 'Side' attribute
 

Uses of Side in org.eclipse.emf.compare.match.metamodel.impl
 

Fields in org.eclipse.emf.compare.match.metamodel.impl declared as Side
protected  Side UnmatchModelImpl.side
          The cached value of the 'Side' attribute
protected  Side UnmatchElementImpl.side
          The cached value of the 'Side' attribute
protected static Side UnmatchModelImpl.SIDE_EDEFAULT
          The default value of the 'Side' attribute
protected static Side UnmatchElementImpl.SIDE_EDEFAULT
          The default value of the 'Side' attribute
 

Methods in org.eclipse.emf.compare.match.metamodel.impl that return Side
 Side MatchFactoryImpl.createSideFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 Side UnmatchModelImpl.getSide()
           
 Side UnmatchElementImpl.getSide()
           
 

Methods in org.eclipse.emf.compare.match.metamodel.impl with parameters of type Side
 void UnmatchModelImpl.setSide(Side newSide)
           
 void UnmatchElementImpl.setSide(Side newSide)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.