public class TestSuiteDefinition extends org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container implements ITestSuiteDefinition
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
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
CODE_LOCATION_TESTFILE_SETUP, CODE_LOCATION_TESTFILE_TEARDOWN, CODE_LOCATION_TESTSUITE_SETUP, CODE_LOCATION_TESTSUITE_TEARDOWN
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) |
Object |
eInvoke(int operationID,
org.eclipse.emf.common.util.EList<?> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
org.eclipse.emf.common.util.EList<ICode> |
getCustomCode() |
ICode |
getCustomCode(String location) |
String |
getDescription() |
org.eclipse.emf.common.util.EList<IPath> |
getDisabledResources() |
String |
getExcludeFilter() |
<T> T |
getFlag(Flag identifier,
T defaultValue) |
org.eclipse.emf.common.util.EMap<Flag,String> |
getFlags() |
String |
getIncludeFilter() |
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getNameGen() |
Object |
getResource() |
IVariable |
getVariable(String name) |
org.eclipse.emf.common.util.EList<IVariable> |
getVariables() |
String |
getVersion() |
void |
setDescription(String newDescription) |
void |
setExcludeFilter(String newExcludeFilter) |
void |
setIncludeFilter(String newIncludeFilter) |
void |
setName(String newName) |
void |
setResource(Object newResource) |
void |
setVersion(String newVersion) |
String |
toString() |
eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, 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, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public String getNameGen()
public String getName()
ITestSuiteDefinition
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface ITestSuiteDefinition
ITestSuiteDefinition.setName(String)
,
IDefinitionPackage.getTestSuiteDefinition_Name()
public void setName(String newName)
setName
in interface ITestSuiteDefinition
newName
- the new value of the 'Name' attribute.ITestSuiteDefinition.getName()
public String getDescription()
getDescription
in interface ITestSuiteDefinition
ITestSuiteDefinition.setDescription(String)
,
IDefinitionPackage.getTestSuiteDefinition_Description()
public void setDescription(String newDescription)
setDescription
in interface ITestSuiteDefinition
newDescription
- the new value of the 'Description' attribute.ITestSuiteDefinition.getDescription()
public String getIncludeFilter()
getIncludeFilter
in interface ITestSuiteDefinition
ITestSuiteDefinition.setIncludeFilter(String)
,
IDefinitionPackage.getTestSuiteDefinition_IncludeFilter()
public void setIncludeFilter(String newIncludeFilter)
setIncludeFilter
in interface ITestSuiteDefinition
newIncludeFilter
- the new value of the 'Include Filter' attribute.ITestSuiteDefinition.getIncludeFilter()
public String getExcludeFilter()
getExcludeFilter
in interface ITestSuiteDefinition
ITestSuiteDefinition.setExcludeFilter(String)
,
IDefinitionPackage.getTestSuiteDefinition_ExcludeFilter()
public void setExcludeFilter(String newExcludeFilter)
setExcludeFilter
in interface ITestSuiteDefinition
newExcludeFilter
- the new value of the 'Exclude Filter' attribute.ITestSuiteDefinition.getExcludeFilter()
public org.eclipse.emf.common.util.EList<IPath> getDisabledResources()
getDisabledResources
in interface ITestSuiteDefinition
IDefinitionPackage.getTestSuiteDefinition_DisabledResources()
public org.eclipse.emf.common.util.EList<IVariable> getVariables()
getVariables
in interface ITestSuiteDefinition
IDefinitionPackage.getTestSuiteDefinition_Variables()
public org.eclipse.emf.common.util.EList<ICode> getCustomCode()
getCustomCode
in interface ITestSuiteDefinition
IDefinitionPackage.getTestSuiteDefinition_CustomCode()
public org.eclipse.emf.common.util.EMap<Flag,String> getFlags()
getFlags
in interface ITestSuiteDefinition
IDefinitionPackage.getTestSuiteDefinition_Flags()
public String getVersion()
getVersion
in interface ITestSuiteDefinition
ITestSuiteDefinition.setVersion(String)
,
IDefinitionPackage.getTestSuiteDefinition_Version()
public void setVersion(String newVersion)
setVersion
in interface ITestSuiteDefinition
newVersion
- the new value of the 'Version' attribute.ITestSuiteDefinition.getVersion()
public Object getResource()
getResource
in interface ITestSuiteDefinition
ITestSuiteDefinition.setResource(Object)
,
IDefinitionPackage.getTestSuiteDefinition_Resource()
public void setResource(Object newResource)
setResource
in interface ITestSuiteDefinition
newResource
- the new value of the 'Resource' attribute.ITestSuiteDefinition.getResource()
public ICode getCustomCode(String location)
getCustomCode
in interface ITestSuiteDefinition
public IVariable getVariable(String name)
getVariable
in interface ITestSuiteDefinition
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 Object eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException
eInvoke
in interface org.eclipse.emf.ecore.InternalEObject
eInvoke
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
InvocationTargetException
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public <T> T getFlag(Flag identifier, T defaultValue)
getFlag
in interface ITestSuiteDefinition