public class SignatureRuleImpl extends RuleImpl implements SignatureRule
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.EPropertiesHolderImplorg.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 |
INDENT_XML_EDEFAULT
The default value of the '
Indent Xml' attribute. |
protected boolean |
indentXml
The cached value of the '
Indent Xml' attribute. |
protected Script |
postProcessor
The cached value of the '
Post Processor' reference. |
protected static int |
RELOAD_PERIOD_EDEFAULT
The default value of the '
Reload Period' attribute. |
protected int |
reloadPeriod
The cached value of the '
Reload Period' attribute. |
protected org.eclipse.emf.common.util.EList<CA> |
trustedCertificationAuthority
The cached value of the '
Trusted Certification Authority' containment reference list. |
ACTION_FILTER_EDEFAULT, actionFilter, filterScript, id, ID_EDEFAULT, ID_FILTER_EDEFAULT, idFilter, TYPE_FILTER_EDEFAULT, typeFiltereAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY| Modifier | Constructor and Description |
|---|---|
protected |
SignatureRuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
Script |
basicGetPostProcessor() |
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) |
Script |
getPostProcessor() |
int |
getReloadPeriod() |
String |
getRuleType() |
org.eclipse.emf.common.util.EList<CA> |
getTrustedCertificationAuthority() |
boolean |
isIndentXml() |
void |
setIndentXml(boolean newIndentXml) |
void |
setPostProcessor(Script newPostProcessor) |
void |
setReloadPeriod(int newReloadPeriod) |
String |
toString() |
basicGetFilterScript, getActionFilter, getFilterScript, getId, getIdFilter, getTypeFilter, setActionFilter, setFilterScript, setId, setIdFilter, setTypeFiltereAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURIeAddVirtualValue, 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, eVirtualValueseBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetActionFilter, getFilterScript, getId, getIdFilter, getTypeFilter, setActionFilter, setFilterScript, setId, setIdFilter, setTypeFiltereAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected org.eclipse.emf.common.util.EList<CA> trustedCertificationAuthority
Trusted Certification Authority' containment reference list.
getTrustedCertificationAuthority()protected static final boolean INDENT_XML_EDEFAULT
Indent Xml' attribute.
isIndentXml(),
Constant Field Valuesprotected boolean indentXml
Indent Xml' attribute.
isIndentXml()protected Script postProcessor
Post Processor' reference.
getPostProcessor()protected static final int RELOAD_PERIOD_EDEFAULT
Reload Period' attribute.
getReloadPeriod(),
Constant Field Valuesprotected int reloadPeriod
Reload Period' attribute.
getReloadPeriod()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class RuleImplpublic org.eclipse.emf.common.util.EList<CA> getTrustedCertificationAuthority()
getTrustedCertificationAuthority in interface SignatureRuleSecurityPackage.getSignatureRule_TrustedCertificationAuthority()public boolean isIndentXml()
isIndentXml in interface SignatureRuleSignatureRule.setIndentXml(boolean),
SecurityPackage.getSignatureRule_IndentXml()public void setIndentXml(boolean newIndentXml)
setIndentXml in interface SignatureRulenewIndentXml - the new value of the 'Indent Xml' attribute.SignatureRule.isIndentXml()public Script getPostProcessor()
getPostProcessor in interface SignatureRuleSignatureRule.setPostProcessor(Script),
SecurityPackage.getSignatureRule_PostProcessor()public Script basicGetPostProcessor()
public void setPostProcessor(Script newPostProcessor)
setPostProcessor in interface SignatureRulenewPostProcessor - the new value of the 'Post Processor' reference.SignatureRule.getPostProcessor()public int getReloadPeriod()
getReloadPeriod in interface SignatureRuleSignatureRule.setReloadPeriod(int),
SecurityPackage.getSignatureRule_ReloadPeriod()public void setReloadPeriod(int newReloadPeriod)
setReloadPeriod in interface SignatureRulenewReloadPeriod - the new value of the 'Reload Period' attribute.SignatureRule.getReloadPeriod()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 Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String getRuleType()
RuleImplgetRuleType in interface RulegetRuleType in class RuleImpl