Uses of Interface
com.hammurapi.config.Constructor

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

Uses of Constructor in com.hammurapi.config
 

Methods in com.hammurapi.config that return Constructor
 Constructor ConfigFactory.createConstructor()
          Returns a new object of class 'Constructor'.
 Constructor ObjectDefinition.getConstructor()
          Returns the value of the 'Constructor' containment reference.
 

Methods in com.hammurapi.config with parameters of type Constructor
 void ObjectDefinition.setConstructor(Constructor value)
          Sets the value of the 'Constructor' containment reference.
 

Uses of Constructor in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement Constructor
 class ConstructorImpl
          An implementation of the model object 'Constructor'.
 

Fields in com.hammurapi.config.impl declared as Constructor
protected  Constructor NamedObjectDefinitionImpl.constructor
          The cached value of the 'Constructor' containment reference.
protected  Constructor ObjectDefinitionImpl.constructor
          The cached value of the 'Constructor' containment reference.
 

Methods in com.hammurapi.config.impl that return Constructor
 Constructor ConfigFactoryImpl.createConstructor()
           
 Constructor NamedObjectDefinitionImpl.getConstructor()
           
 Constructor ObjectDefinitionImpl.getConstructor()
           
 

Methods in com.hammurapi.config.impl with parameters of type Constructor
 org.eclipse.emf.common.notify.NotificationChain NamedObjectDefinitionImpl.basicSetConstructor(Constructor newConstructor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ObjectDefinitionImpl.basicSetConstructor(Constructor newConstructor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NamedObjectDefinitionImpl.setConstructor(Constructor newConstructor)
           
 void ObjectDefinitionImpl.setConstructor(Constructor newConstructor)
           
 

Uses of Constructor in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type Constructor
 T ConfigSwitch.caseConstructor(Constructor object)
          Returns the result of interpreting the object as an instance of 'Constructor'.