|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Named
A representation of the model object 'Named'.
Something with a name. Named objects are injected into objects being configured in the following ways: a) Using set
The following features are supported:
ConfigPackage.getNamed()| Method Summary | |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute. |
void |
inject(InjectionConfig injectionConfig)
|
boolean |
isRuntime()
Returns the value of the 'Runtime' attribute. |
void |
setName(String value)
Sets the value of the ' Name' attribute. |
void |
setRuntime(boolean value)
Sets the value of the ' Runtime' attribute. |
| Methods inherited from interface com.hammurapi.config.Factory |
|---|
compile, create, getConfigScript, getDescription, getHomePage, getId, getService, getSource, getSupportedExecutionEnvironments, isEnabled, setConfigScript, setDescription, setEnabled, setHomePage, setId |
| Methods inherited from interface com.hammurapi.party.CommonObject |
|---|
getRoles |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
String getName()
setName(String),
ConfigPackage.getNamed_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isRuntime()
"true".
If true (default), then this named object gets injected into owner object at runtime. Otherwise, it is used only at model transformation time and is not injected at runtime.
setRuntime(boolean),
ConfigPackage.getNamed_Runtime()void setRuntime(boolean value)
Runtime' attribute.
value - the new value of the 'Runtime' attribute.isRuntime()
void inject(InjectionConfig injectionConfig)
throws ConfigurationException
injectionConfig -
ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||