|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Map
A representation of the model object 'Map'. Collection of key-value pairs.
The following features are supported:
ConfigPackage.getMap()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<MapEntry> |
getEntry()
Returns the value of the 'Entry' containment reference list. |
String |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isFactoryMap()
Returns the value of the 'Factory Map' attribute. |
void |
setFactoryMap(boolean value)
Sets the value of the ' Factory Map' 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<MapEntry> getEntry()
MapEntry.
Map entries.
ConfigPackage.getMap_Entry()String getType()
"java.util.HashMap".
Map type. Default is java.util.HashMap.
setType(String),
ConfigPackage.getMap_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()boolean isFactoryMap()
setFactoryMap(boolean),
ConfigPackage.getMap_FactoryMap()void setFactoryMap(boolean value)
Factory Map' attribute.
value - the new value of the 'Factory Map' attribute.isFactoryMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||