Uses of Interface
com.hammurapi.config.PropertySource

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

Uses of PropertySource in com.hammurapi.config
 

Subinterfaces of PropertySource in com.hammurapi.config
 interface MethodCall
          A representation of the model object 'Method Call'.
 interface NamedObjectDefinition
          A representation of the model object 'Named Object Definition'.
 interface NamedScript
          A representation of the model object 'Named Script'.
 interface ObjectDefinition
          A representation of the model object 'Object Definition'.
 interface Profile
          A representation of the model object 'Profile'.
 interface Script
          A representation of the model object 'Script'.
 

Methods in com.hammurapi.config that return PropertySource
 PropertySource Profile.getOwner()
          Returns the value of the 'Owner' container reference.
 

Methods in com.hammurapi.config with parameters of type PropertySource
 void Profile.setOwner(PropertySource value)
          Sets the value of the 'Owner' container reference.
 

Uses of PropertySource in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement PropertySource
 class MethodCallImpl
          An implementation of the model object 'Method Call'.
 class NamedObjectDefinitionImpl
          An implementation of the model object 'Named Object Definition'.
 class NamedScriptImpl
          An implementation of the model object 'Named Script'.
 class ObjectDefinitionImpl
          An implementation of the model object 'Object Definition'.
 class ProfileImpl
          An implementation of the model object 'Profile'.
 class ScriptImpl
          An implementation of the model object 'Script'.
 

Methods in com.hammurapi.config.impl that return PropertySource
 PropertySource ProfileImpl.getOwner()
           
 

Methods in com.hammurapi.config.impl with parameters of type PropertySource
 org.eclipse.emf.common.notify.NotificationChain ProfileImpl.basicSetOwner(PropertySource newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
static ClassLoader ObjectDefinitionImpl.propertySourceClassLoader(PropertySource propertySource, FactoryConfig factoryConfig)
           
 void ProfileImpl.setOwner(PropertySource newOwner)
           
 

Uses of PropertySource in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type PropertySource
static void ConfigUtil.addScalarProperty(PropertySource target, String name, Object property, boolean runtime)
          Adds scalar property with type of property type and value of property.toString().
static void ConfigUtil.addScalarProperty(PropertySource target, String name, String type, String value, boolean runtime)
          Adds scalar (type, value) property.
 T ConfigSwitch.casePropertySource(PropertySource object)
          Returns the result of interpreting the object as an instance of 'Property Source'.
static void ConfigUtil.pump(PropertySource source, PropertySource dest)
          Moves references/copy artifacts from one object to another.