Interface EventSubscription
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EventSubscriptionImpl
public interface EventSubscription extends MdObject
A representation of the model object 'Event Subscription'.The following features are supported:
- See Also:
MdClassPackage.getEventSubscription()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEvent()
Returns the value of the 'Event' attribute.String
getHandler()
Returns the value of the 'Handler' attribute.TypeDescription
getSource()
Returns the value of the 'Source' containment reference.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.void
setEvent(String value)
Sets the value of the 'Event
' attribute.void
setHandler(String value)
Sets the value of the 'Handler
' attribute.void
setSource(TypeDescription value)
Sets the value of the 'Source
' containment reference.void
setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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 com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getSource
TypeDescription getSource()
Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
setSource(TypeDescription)
,MdClassPackage.getEventSubscription_Source()
-
setSource
void setSource(TypeDescription value)
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
getSource()
-
getEvent
String getEvent()
Returns the value of the 'Event' attribute.- Returns:
- the value of the 'Event' attribute.
- See Also:
setEvent(String)
,MdClassPackage.getEventSubscription_Event()
-
setEvent
void setEvent(String value)
Sets the value of the 'Event
' attribute.- Parameters:
value
- the new value of the 'Event' attribute.- See Also:
getEvent()
-
getHandler
String getHandler()
Returns the value of the 'Handler' attribute.- Returns:
- the value of the 'Handler' attribute.
- See Also:
setHandler(String)
,MdClassPackage.getEventSubscription_Handler()
-
setHandler
void setHandler(String value)
Sets the value of the 'Handler
' attribute.- Parameters:
value
- the new value of the 'Handler' attribute.- See Also:
getHandler()
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()
Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
setSuppressObject(EObject)
,MdClassPackage.getEventSubscription_SuppressObject()
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
getSuppressObject()
-
-