Uses of Interface
com.hammurapi.config.Named

Packages that use Named
com.hammurapi.config   
com.hammurapi.config.impl   
com.hammurapi.config.util   
 

Uses of Named in com.hammurapi.config
 

Subinterfaces of Named in com.hammurapi.config
 interface MethodCall
          A representation of the model object 'Method Call'.
 interface NamedCollection
          A representation of the model object 'Named Collection'.
 interface NamedMap
          A representation of the model object 'Named Map'.
 interface NamedObjectDefinition
          A representation of the model object 'Named Object Definition'.
 interface NamedReference
          A representation of the model object 'Named Reference'.
 interface NamedScript
          A representation of the model object 'Named Script'.
 

Methods in com.hammurapi.config that return types with arguments of type Named
 org.eclipse.emf.common.util.EList<Named> PropertySource.getProperty()
          Returns the value of the 'Property' containment reference list.
 

Uses of Named in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement Named
 class MethodCallImpl
          An implementation of the model object 'Method Call'.
 class NamedCollectionImpl
          An implementation of the model object 'Named Collection'.
 class NamedMapImpl
          An implementation of the model object 'Named Map'.
 class NamedObjectDefinitionImpl
          An implementation of the model object 'Named Object Definition'.
 class NamedReferenceImpl
          An implementation of the model object 'Named Reference'.
 class NamedScriptImpl
          An implementation of the model object 'Named Script'.
 

Fields in com.hammurapi.config.impl with type parameters of type Named
protected  org.eclipse.emf.common.util.EList<Named> MethodCallImpl.property
          The cached value of the 'Property' containment reference list.
protected  org.eclipse.emf.common.util.EList<Named> NamedObjectDefinitionImpl.property
          The cached value of the 'Property' containment reference list.
protected  org.eclipse.emf.common.util.EList<Named> NamedScriptImpl.property
          The cached value of the 'Property' containment reference list.
protected  org.eclipse.emf.common.util.EList<Named> ObjectDefinitionImpl.property
          The cached value of the 'Property' containment reference list.
protected  org.eclipse.emf.common.util.EList<Named> ProfileImpl.property
          The cached value of the 'Property' containment reference list.
protected  org.eclipse.emf.common.util.EList<Named> ScriptImpl.property
          The cached value of the 'Property' containment reference list.
 

Methods in com.hammurapi.config.impl that return types with arguments of type Named
 org.eclipse.emf.common.util.EList<Named> MethodCallImpl.getProperty()
           
 org.eclipse.emf.common.util.EList<Named> NamedObjectDefinitionImpl.getProperty()
           
 org.eclipse.emf.common.util.EList<Named> NamedScriptImpl.getProperty()
           
 org.eclipse.emf.common.util.EList<Named> ObjectDefinitionImpl.getProperty()
           
 org.eclipse.emf.common.util.EList<Named> ProfileImpl.getProperty()
           
 org.eclipse.emf.common.util.EList<Named> ScriptImpl.getProperty()
           
 

Uses of Named in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type Named
 T ConfigSwitch.caseNamed(Named object)
          Returns the result of interpreting the object as an instance of 'Named'.
static void ConfigUtil.pump(Named source, Named dest)
          Moves references/copy artifacts from one object to another.