public class RElementActionImpl extends RElementActionBaseImpl implements RElementAction
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetActionEnabledCondition(RSelectionEnabledCondition newActionEnabledCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
basicSetActionVisibleCondition(RSelectionVisibleCondition newActionVisibleCondition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.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,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
RSelectionEnabledCondition |
getActionEnabledCondition() |
RSelectionVisibleCondition |
getActionVisibleCondition() |
java.lang.String |
getLabel() |
java.lang.String |
getLabelFromHierarchy()
Returns the Label or, if the Label wasn't set, the Label of the
referenced ActionDescriptor (
TargetID). |
int |
getSeqNo() |
boolean |
isDefaultAction() |
boolean |
isSeparatorAfter() |
boolean |
isSetDefaultAction() |
boolean |
isSetSeparatorAfter() |
boolean |
isSetSeqNo() |
boolean |
isSetShowInElementView() |
boolean |
isSetShowInTreeView() |
boolean |
isShowInElementView() |
boolean |
isShowInTreeView() |
void |
setActionEnabledCondition(RSelectionEnabledCondition newActionEnabledCondition) |
void |
setActionVisibleCondition(RSelectionVisibleCondition newActionVisibleCondition) |
void |
setDefaultAction(boolean newDefaultAction) |
void |
setLabel(java.lang.String newLabel) |
void |
setSeparatorAfter(boolean newSeparatorAfter) |
void |
setSeqNo(int newSeqNo) |
void |
setShowInElementView(boolean newShowInElementView) |
void |
setShowInTreeView(boolean newShowInTreeView) |
java.lang.String |
toString() |
void |
unsetDefaultAction() |
void |
unsetSeparatorAfter() |
void |
unsetSeqNo() |
void |
unsetShowInElementView() |
void |
unsetShowInTreeView() |
basicGetTargetID, getTargetID, setTargetIDgetComment, isSetComment, setComment, unsetCommenteAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURIeAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnseteNotificationRequired, eNotifyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTargetID, setTargetIDgetComment, isSetComment, setComment, unsetCommenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetpublic java.lang.String getLabelFromHierarchy()
RElementActionTargetID). If the
ActionDescriptors Label wasn't set, too, its ID will be returned.getLabelFromHierarchy in interface RElementActionpublic RSelectionEnabledCondition getActionEnabledCondition()
getActionEnabledCondition in interface RElementActionRElementAction.setActionEnabledCondition(RSelectionEnabledCondition),
TaurusPackage.getRElementAction_ActionEnabledCondition()public org.eclipse.emf.common.notify.NotificationChain basicSetActionEnabledCondition(RSelectionEnabledCondition newActionEnabledCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setActionEnabledCondition(RSelectionEnabledCondition newActionEnabledCondition)
setActionEnabledCondition in interface RElementActionnewActionEnabledCondition - the new value of the 'Action Enabled Condition'
containment reference.RElementAction.getActionEnabledCondition()public RSelectionVisibleCondition getActionVisibleCondition()
getActionVisibleCondition in interface RElementActionRElementAction.setActionVisibleCondition(RSelectionVisibleCondition),
TaurusPackage.getRElementAction_ActionVisibleCondition()public org.eclipse.emf.common.notify.NotificationChain basicSetActionVisibleCondition(RSelectionVisibleCondition newActionVisibleCondition, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setActionVisibleCondition(RSelectionVisibleCondition newActionVisibleCondition)
setActionVisibleCondition in interface RElementActionnewActionVisibleCondition - the new value of the 'Action Visible Condition'
containment reference.RElementAction.getActionVisibleCondition()public boolean isDefaultAction()
isDefaultAction in interface RElementActionRElementAction.isSetDefaultAction(),
RElementAction.unsetDefaultAction(),
RElementAction.setDefaultAction(boolean),
TaurusPackage.getRElementAction_DefaultAction()public void setDefaultAction(boolean newDefaultAction)
setDefaultAction in interface RElementActionnewDefaultAction - the new value of the 'Default Action' attribute.RElementAction.isSetDefaultAction(),
RElementAction.unsetDefaultAction(),
RElementAction.isDefaultAction()public void unsetDefaultAction()
unsetDefaultAction in interface RElementActionRElementAction.isSetDefaultAction(),
RElementAction.isDefaultAction(),
RElementAction.setDefaultAction(boolean)public boolean isSetDefaultAction()
isSetDefaultAction in interface RElementActionRElementAction.unsetDefaultAction(),
RElementAction.isDefaultAction(),
RElementAction.setDefaultAction(boolean)public java.lang.String getLabel()
getLabel in interface RElementActionRElementAction.setLabel(String),
TaurusPackage.getRElementAction_Label()public void setLabel(java.lang.String newLabel)
setLabel in interface RElementActionnewLabel - the new value of the 'Label' attribute.RElementAction.getLabel()public boolean isSeparatorAfter()
isSeparatorAfter in interface RElementActionRElementAction.isSetSeparatorAfter(),
RElementAction.unsetSeparatorAfter(),
RElementAction.setSeparatorAfter(boolean),
TaurusPackage.getRElementAction_SeparatorAfter()public void setSeparatorAfter(boolean newSeparatorAfter)
setSeparatorAfter in interface RElementActionnewSeparatorAfter - the new value of the 'Separator After' attribute.RElementAction.isSetSeparatorAfter(),
RElementAction.unsetSeparatorAfter(),
RElementAction.isSeparatorAfter()public void unsetSeparatorAfter()
unsetSeparatorAfter in interface RElementActionRElementAction.isSetSeparatorAfter(),
RElementAction.isSeparatorAfter(),
RElementAction.setSeparatorAfter(boolean)public boolean isSetSeparatorAfter()
isSetSeparatorAfter in interface RElementActionRElementAction.unsetSeparatorAfter(),
RElementAction.isSeparatorAfter(),
RElementAction.setSeparatorAfter(boolean)public int getSeqNo()
getSeqNo in interface RElementActionRElementAction.isSetSeqNo(),
RElementAction.unsetSeqNo(),
RElementAction.setSeqNo(int),
TaurusPackage.getRElementAction_SeqNo()public void setSeqNo(int newSeqNo)
setSeqNo in interface RElementActionnewSeqNo - the new value of the 'Seq No' attribute.RElementAction.isSetSeqNo(),
RElementAction.unsetSeqNo(),
RElementAction.getSeqNo()public void unsetSeqNo()
unsetSeqNo in interface RElementActionRElementAction.isSetSeqNo(),
RElementAction.getSeqNo(),
RElementAction.setSeqNo(int)public boolean isSetSeqNo()
isSetSeqNo in interface RElementActionRElementAction.unsetSeqNo(),
RElementAction.getSeqNo(),
RElementAction.setSeqNo(int)public boolean isShowInElementView()
isShowInElementView in interface RElementActionRElementAction.isSetShowInElementView(),
RElementAction.unsetShowInElementView(),
RElementAction.setShowInElementView(boolean),
TaurusPackage.getRElementAction_ShowInElementView()public void setShowInElementView(boolean newShowInElementView)
setShowInElementView in interface RElementActionnewShowInElementView - the new value of the 'Show In Element View'
attribute.RElementAction.isSetShowInElementView(),
RElementAction.unsetShowInElementView(),
RElementAction.isShowInElementView()public void unsetShowInElementView()
unsetShowInElementView in interface RElementActionRElementAction.isSetShowInElementView(),
RElementAction.isShowInElementView(),
RElementAction.setShowInElementView(boolean)public boolean isSetShowInElementView()
isSetShowInElementView in interface RElementActionRElementAction.unsetShowInElementView(),
RElementAction.isShowInElementView(),
RElementAction.setShowInElementView(boolean)public boolean isShowInTreeView()
isShowInTreeView in interface RElementActionRElementAction.isSetShowInTreeView(),
RElementAction.unsetShowInTreeView(),
RElementAction.setShowInTreeView(boolean),
TaurusPackage.getRElementAction_ShowInTreeView()public void setShowInTreeView(boolean newShowInTreeView)
setShowInTreeView in interface RElementActionnewShowInTreeView - the new value of the 'Show In Tree View' attribute.RElementAction.isSetShowInTreeView(),
RElementAction.unsetShowInTreeView(),
RElementAction.isShowInTreeView()public void unsetShowInTreeView()
unsetShowInTreeView in interface RElementActionRElementAction.isSetShowInTreeView(),
RElementAction.isShowInTreeView(),
RElementAction.setShowInTreeView(boolean)public boolean isSetShowInTreeView()
isSetShowInTreeView in interface RElementActionRElementAction.unsetShowInTreeView(),
RElementAction.isShowInTreeView(),
RElementAction.setShowInTreeView(boolean)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.BasicEObjectImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class RElementActionBaseImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class RElementActionBaseImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class RElementActionBaseImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class RElementActionBaseImplpublic java.lang.String toString()
toString in class AWMObjectImplCopyright © 2015 Micro Focus GmbH. All rights reserved.