public class NotifierImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements Notifier
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected String |
address
The cached value of the '
Address ' attribute. |
protected static String |
ADDRESS_EDEFAULT
The default value of the '
Address ' attribute. |
protected org.eclipse.emf.common.util.EList<PropertyElement> |
configuration
The cached value of the '
Configuration ' containment reference list. |
protected static String |
SEND_ON_ERROR_EDEFAULT
The default value of the '
Send On Error ' attribute. |
protected static String |
SEND_ON_FAILURE_EDEFAULT
The default value of the '
Send On Failure ' attribute. |
protected static String |
SEND_ON_SUCCESS_EDEFAULT
The default value of the '
Send On Success ' attribute. |
protected static String |
SEND_ON_WARNING_EDEFAULT
The default value of the '
Send On Warning ' attribute. |
protected String |
sendOnError
The cached value of the '
Send On Error ' attribute. |
protected boolean |
sendOnErrorESet
This is true if the Send On Error attribute has been set.
|
protected String |
sendOnFailure
The cached value of the '
Send On Failure ' attribute. |
protected boolean |
sendOnFailureESet
This is true if the Send On Failure attribute has been set.
|
protected String |
sendOnSuccess
The cached value of the '
Send On Success ' attribute. |
protected boolean |
sendOnSuccessESet
This is true if the Send On Success attribute has been set.
|
protected String |
sendOnWarning
The cached value of the '
Send On Warning ' attribute. |
protected boolean |
sendOnWarningESet
This is true if the Send On Warning attribute has been set.
|
protected String |
type
The cached value of the '
Type ' attribute. |
protected static String |
TYPE_EDEFAULT
The default value of the '
Type ' attribute. |
protected boolean |
typeESet
This is true if the Type attribute has been set.
|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
NotifierImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
String |
getAddress() |
org.eclipse.emf.common.util.EList<PropertyElement> |
getConfiguration() |
String |
getSendOnError() |
String |
getSendOnFailure() |
String |
getSendOnSuccess() |
String |
getSendOnWarning() |
String |
getType() |
boolean |
isSetConfiguration() |
boolean |
isSetSendOnError() |
boolean |
isSetSendOnFailure() |
boolean |
isSetSendOnSuccess() |
boolean |
isSetSendOnWarning() |
boolean |
isSetType() |
void |
setAddress(String newAddress) |
void |
setSendOnError(String newSendOnError) |
void |
setSendOnFailure(String newSendOnFailure) |
void |
setSendOnSuccess(String newSendOnSuccess) |
void |
setSendOnWarning(String newSendOnWarning) |
void |
setType(String newType) |
String |
toString() |
void |
unsetConfiguration() |
void |
unsetSendOnError() |
void |
unsetSendOnFailure() |
void |
unsetSendOnSuccess() |
void |
unsetSendOnWarning() |
void |
unsetType() |
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final String TYPE_EDEFAULT
Type
' attribute. getType()
protected boolean typeESet
protected static final String SEND_ON_ERROR_EDEFAULT
Send On Error
' attribute. getSendOnError()
,
Constant Field Valuesprotected String sendOnError
Send On Error
' attribute. getSendOnError()
protected boolean sendOnErrorESet
protected static final String SEND_ON_FAILURE_EDEFAULT
Send On Failure
' attribute.
getSendOnFailure()
,
Constant Field Valuesprotected String sendOnFailure
Send On Failure
' attribute.
getSendOnFailure()
protected boolean sendOnFailureESet
protected static final String SEND_ON_SUCCESS_EDEFAULT
Send On Success
' attribute.
getSendOnSuccess()
,
Constant Field Valuesprotected String sendOnSuccess
Send On Success
' attribute.
getSendOnSuccess()
protected boolean sendOnSuccessESet
protected static final String SEND_ON_WARNING_EDEFAULT
Send On Warning
' attribute.
getSendOnWarning()
,
Constant Field Valuesprotected String sendOnWarning
Send On Warning
' attribute.
getSendOnWarning()
protected boolean sendOnWarningESet
protected static final String ADDRESS_EDEFAULT
Address
' attribute. getAddress()
protected String address
Address
' attribute. getAddress()
protected org.eclipse.emf.common.util.EList<PropertyElement> configuration
Configuration
' containment reference list. getConfiguration()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
public String getType()
Notifier.isSetType()
,
Notifier.unsetType()
,
Notifier.setType(String)
,
PomPackage.getNotifier_Type()
public void setType(String newType)
newType
- the new value of the 'Type' attribute.Notifier.isSetType()
,
Notifier.unsetType()
,
Notifier.getType()
public void unsetType()
public boolean isSetType()
Notifier.unsetType()
,
Notifier.getType()
,
Notifier.setType(String)
public String getSendOnError()
Notifier.isSetSendOnError()
,
Notifier.unsetSendOnError()
,
Notifier.setSendOnError(String)
,
PomPackage.getNotifier_SendOnError()
public void setSendOnError(String newSendOnError)
newSendOnError
- the new value of the 'Send On Error' attribute.Notifier.isSetSendOnError()
,
Notifier.unsetSendOnError()
,
Notifier.getSendOnError()
public void unsetSendOnError()
public boolean isSetSendOnError()
Notifier.unsetSendOnError()
,
Notifier.getSendOnError()
,
Notifier.setSendOnError(String)
public String getSendOnFailure()
Notifier.isSetSendOnFailure()
,
Notifier.unsetSendOnFailure()
,
Notifier.setSendOnFailure(String)
,
PomPackage.getNotifier_SendOnFailure()
public void setSendOnFailure(String newSendOnFailure)
newSendOnFailure
- the new value of the 'Send On Failure' attribute.Notifier.isSetSendOnFailure()
,
Notifier.unsetSendOnFailure()
,
Notifier.getSendOnFailure()
public void unsetSendOnFailure()
public boolean isSetSendOnFailure()
Notifier.unsetSendOnFailure()
,
Notifier.getSendOnFailure()
,
Notifier.setSendOnFailure(String)
public String getSendOnSuccess()
Notifier.isSetSendOnSuccess()
,
Notifier.unsetSendOnSuccess()
,
Notifier.setSendOnSuccess(String)
,
PomPackage.getNotifier_SendOnSuccess()
public void setSendOnSuccess(String newSendOnSuccess)
newSendOnSuccess
- the new value of the 'Send On Success' attribute.Notifier.isSetSendOnSuccess()
,
Notifier.unsetSendOnSuccess()
,
Notifier.getSendOnSuccess()
public void unsetSendOnSuccess()
public boolean isSetSendOnSuccess()
Notifier.unsetSendOnSuccess()
,
Notifier.getSendOnSuccess()
,
Notifier.setSendOnSuccess(String)
public String getSendOnWarning()
Notifier.isSetSendOnWarning()
,
Notifier.unsetSendOnWarning()
,
Notifier.setSendOnWarning(String)
,
PomPackage.getNotifier_SendOnWarning()
public void setSendOnWarning(String newSendOnWarning)
newSendOnWarning
- the new value of the 'Send On Warning' attribute.Notifier.isSetSendOnWarning()
,
Notifier.unsetSendOnWarning()
,
Notifier.getSendOnWarning()
public void unsetSendOnWarning()
public boolean isSetSendOnWarning()
Notifier.unsetSendOnWarning()
,
Notifier.getSendOnWarning()
,
Notifier.setSendOnWarning(String)
public String getAddress()
Notifier.setAddress(String)
,
PomPackage.getNotifier_Address()
public void setAddress(String newAddress)
newAddress
- the new value of the 'Address' attribute.Notifier.getAddress()
public org.eclipse.emf.common.util.EList<PropertyElement> getConfiguration()
Notifier.isSetConfiguration()
,
Notifier.unsetConfiguration()
,
PomPackage.getNotifier_Configuration()
public void unsetConfiguration()
public boolean isSetConfiguration()
Notifier.unsetConfiguration()
,
Notifier.getConfiguration()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.