Interface Ipam
-
- All Known Implementing Classes:
IpamImpl
public interface Ipam extends EObject
- See Also:
ComposeFilePackage.getIpam()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOrMapping
getConfig()
Returns the value of the 'Config' containment reference.String
getDriver()
Returns the value of the 'Driver' attribute.void
setConfig(ListOrMapping value)
Sets the value of the 'Config
' containment reference.void
setDriver(String value)
Sets the value of the 'Driver
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getDriver
String getDriver()
Returns the value of the 'Driver' attribute.- Returns:
- the value of the 'Driver' attribute.
- See Also:
setDriver(String)
,ComposeFilePackage.getIpam_Driver()
- Generated class or method.
- EMF model class or method.
-
setDriver
void setDriver(String value)
Sets the value of the 'Driver
' attribute.- Parameters:
value
- the new value of the 'Driver' attribute.- See Also:
getDriver()
- Generated class or method.
-
getConfig
ListOrMapping getConfig()
Returns the value of the 'Config' containment reference.- Returns:
- the value of the 'Config' containment reference.
- See Also:
setConfig(ListOrMapping)
,ComposeFilePackage.getIpam_Config()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setConfig
void setConfig(ListOrMapping value)
Sets the value of the 'Config
' containment reference.- Parameters:
value
- the new value of the 'Config' containment reference.- See Also:
getConfig()
- Generated class or method.
-
-