|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Collection
A representation of the model object 'Collection'. Collection of elements. Configuration runtime can convert collections to arrays, if needed, to match parameter type of setter methods or constructors.
The following features are supported:
ConfigPackage.getCollection()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<Factory> |
getElement()
Returns the value of the 'Element' containment reference list. |
String |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isFactoryCollection()
Returns the value of the 'Factory Collection' attribute. |
void |
setFactoryCollection(boolean value)
Sets the value of the ' Factory Collection' attribute. |
void |
setType(String value)
Sets the value of the ' Type' 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 |
|---|
org.eclipse.emf.common.util.EList<Factory> getElement()
Factory.
Collection element.
ConfigPackage.getCollection_Element()String getType()
"java.util.ArrayList".
Collection type. Default type is java.util.ArrayList.
setType(String),
ConfigPackage.getCollection_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()boolean isFactoryCollection()
setFactoryCollection(boolean),
ConfigPackage.getCollection_FactoryCollection()void setFactoryCollection(boolean value)
Factory Collection' attribute.
value - the new value of the 'Factory Collection' attribute.isFactoryCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||