org.objectweb.dsrg.sofa.repository.model.impl
Class XVersionedEntityImplMethods

java.lang.Object
  extended by org.objectweb.dsrg.sofa.repository.model.impl.XVersionedEntityImplMethods

public class XVersionedEntityImplMethods
extends java.lang.Object

A set of static methods used from the methods defined in the VersionedEntityImpl class.


Constructor Summary
XVersionedEntityImplMethods()
           
 
Method Summary
static Info addInfoBase(org.eclipse.emf.common.util.EList<Info> infoList, java.lang.String name, java.lang.String value)
          Add info to the given list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XVersionedEntityImplMethods

public XVersionedEntityImplMethods()
Method Detail

addInfoBase

public static Info addInfoBase(org.eclipse.emf.common.util.EList<Info> infoList,
                               java.lang.String name,
                               java.lang.String value)
Add info to the given list. Called from addInfo and addTag methods. Also called from repository facade. IMORTANT: Assumes that there will be no name clash, so it does not perform any verification.

Parameters:
infoList -
name -
value -
Returns:
Info.