Interface Logging
-
- All Known Implementing Classes:
LoggingImpl
public interface Logging extends EObject
A representation of the model object 'Logging'.The following features are supported:
- See Also:
ComposeFilePackage.getLogging()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDriver()
Returns the value of the 'Driver' attribute.Mapping
getOptions()
Returns the value of the 'Options' containment reference.void
setDriver(String value)
Sets the value of the 'Driver
' attribute.void
setOptions(Mapping value)
Sets the value of the 'Options
' containment reference.-
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.getLogging_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.
-
getOptions
Mapping getOptions()
Returns the value of the 'Options' containment reference.- Returns:
- the value of the 'Options' containment reference.
- See Also:
setOptions(Mapping)
,ComposeFilePackage.getLogging_Options()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setOptions
void setOptions(Mapping value)
Sets the value of the 'Options
' containment reference.- Parameters:
value
- the new value of the 'Options' containment reference.- See Also:
getOptions()
- Generated class or method.
-
-