Uses of Interface
com.hammurapi.config.Profile

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

Uses of Profile in com.hammurapi.config
 

Methods in com.hammurapi.config that return Profile
 Profile ConfigFactory.createProfile()
          Returns a new object of class 'Profile'.
 

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

Uses of Profile in com.hammurapi.config.impl
 

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

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

Methods in com.hammurapi.config.impl that return Profile
 Profile ConfigFactoryImpl.createProfile()
           
 

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

Uses of Profile in com.hammurapi.config.util
 

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