public class ListMonitorImpl extends ItemFeatureEntryImpl implements ListMonitor
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
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 static boolean |
DEFAULT_ACK_EDEFAULT
The default value of the '
Default Ack ' attribute. |
protected static Severity |
DEFAULT_SEVERITY_EDEFAULT
The default value of the '
Default Severity ' attribute. |
protected boolean |
defaultAck
The cached value of the '
Default Ack ' attribute. |
protected Severity |
defaultSeverity
The cached value of the '
Default Severity ' attribute. |
protected static String |
DEMOTE_PREFIX_EDEFAULT
The default value of the '
Demote Prefix ' attribute. |
protected String |
demotePrefix
The cached value of the '
Demote Prefix ' attribute. |
protected org.eclipse.emf.common.util.EList<ListMonitorEntry> |
entries
The cached value of the '
Entries ' containment reference list. |
protected String |
message
The cached value of the '
Message ' attribute. |
protected static String |
MESSAGE_ATTRIBUTE_EDEFAULT
The default value of the '
Message Attribute ' attribute. |
protected static String |
MESSAGE_EDEFAULT
The default value of the '
Message ' attribute. |
protected String |
messageAttribute
The cached value of the '
Message Attribute ' attribute. |
protected static String |
MONITOR_TYPE_EDEFAULT
The default value of the '
Monitor Type ' attribute. |
protected String |
monitorType
The cached value of the '
Monitor Type ' attribute. |
name, NAME_EDEFAULT
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
ListMonitorImpl() |
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) |
Severity |
getDefaultSeverity() |
String |
getDemotePrefix() |
org.eclipse.emf.common.util.EList<ListMonitorEntry> |
getEntries() |
String |
getMessage() |
String |
getMessageAttribute() |
String |
getMonitorType() |
boolean |
isDefaultAck() |
void |
setDefaultAck(boolean newDefaultAck) |
void |
setDefaultSeverity(Severity newDefaultSeverity) |
void |
setDemotePrefix(String newDemotePrefix) |
void |
setMessage(String newMessage) |
void |
setMessageAttribute(String newMessageAttribute) |
void |
setMonitorType(String newMonitorType) |
String |
toString() |
basicGetItem, basicSetItem, eBasicRemoveFromContainerFeature, eInverseAdd, getItem, getName, setItem, setName
eBasicSetContainer, eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getItem, getName, setItem, setName
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final String MESSAGE_EDEFAULT
Message
' attribute.
getMessage()
protected String message
Message
' attribute.
getMessage()
protected static final String MESSAGE_ATTRIBUTE_EDEFAULT
Message Attribute
' attribute.
getMessageAttribute()
protected String messageAttribute
Message Attribute
' attribute.
getMessageAttribute()
protected static final boolean DEFAULT_ACK_EDEFAULT
Default Ack
' attribute.
isDefaultAck()
,
Constant Field Valuesprotected boolean defaultAck
Default Ack
' attribute.
isDefaultAck()
protected static final Severity DEFAULT_SEVERITY_EDEFAULT
Default Severity
' attribute.
getDefaultSeverity()
protected Severity defaultSeverity
Default Severity
' attribute.
getDefaultSeverity()
protected static final String MONITOR_TYPE_EDEFAULT
Monitor Type
' attribute.
getMonitorType()
,
Constant Field Valuesprotected String monitorType
Monitor Type
' attribute.
getMonitorType()
protected static final String DEMOTE_PREFIX_EDEFAULT
Demote Prefix
' attribute.
getDemotePrefix()
protected String demotePrefix
Demote Prefix
' attribute.
getDemotePrefix()
protected org.eclipse.emf.common.util.EList<ListMonitorEntry> entries
Entries
' containment reference list.
getEntries()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class ItemFeatureEntryImpl
public String getMessage()
getMessage
in interface ListMonitor
ListMonitor.setMessage(String)
,
OsgiPackage.getListMonitor_Message()
public void setMessage(String newMessage)
setMessage
in interface ListMonitor
newMessage
- the new value of the 'Message' attribute.ListMonitor.getMessage()
public String getMessageAttribute()
getMessageAttribute
in interface ListMonitor
ListMonitor.setMessageAttribute(String)
,
OsgiPackage.getListMonitor_MessageAttribute()
public void setMessageAttribute(String newMessageAttribute)
setMessageAttribute
in interface ListMonitor
newMessageAttribute
- the new value of the 'Message Attribute' attribute.ListMonitor.getMessageAttribute()
public boolean isDefaultAck()
isDefaultAck
in interface ListMonitor
ListMonitor.setDefaultAck(boolean)
,
OsgiPackage.getListMonitor_DefaultAck()
public void setDefaultAck(boolean newDefaultAck)
setDefaultAck
in interface ListMonitor
newDefaultAck
- the new value of the 'Default Ack' attribute.ListMonitor.isDefaultAck()
public Severity getDefaultSeverity()
getDefaultSeverity
in interface ListMonitor
ListMonitor.setDefaultSeverity(Severity)
,
OsgiPackage.getListMonitor_DefaultSeverity()
public void setDefaultSeverity(Severity newDefaultSeverity)
setDefaultSeverity
in interface ListMonitor
newDefaultSeverity
- the new value of the 'Default Severity' attribute.ListMonitor.getDefaultSeverity()
public String getMonitorType()
getMonitorType
in interface ListMonitor
ListMonitor.setMonitorType(String)
,
OsgiPackage.getListMonitor_MonitorType()
public void setMonitorType(String newMonitorType)
setMonitorType
in interface ListMonitor
newMonitorType
- the new value of the 'Monitor Type' attribute.ListMonitor.getMonitorType()
public String getDemotePrefix()
getDemotePrefix
in interface ListMonitor
ListMonitor.setDemotePrefix(String)
,
OsgiPackage.getListMonitor_DemotePrefix()
public void setDemotePrefix(String newDemotePrefix)
setDemotePrefix
in interface ListMonitor
newDemotePrefix
- the new value of the 'Demote Prefix' attribute.ListMonitor.getDemotePrefix()
public org.eclipse.emf.common.util.EList<ListMonitorEntry> getEntries()
getEntries
in interface ListMonitor
OsgiPackage.getListMonitor_Entries()
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 ItemFeatureEntryImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class ItemFeatureEntryImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class ItemFeatureEntryImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class ItemFeatureEntryImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class ItemFeatureEntryImpl
public String toString()
toString
in class ItemFeatureEntryImpl