org.eclipse.emf.ecp.view.dynamictree.model
Interface TestElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestElementImpl

public interface TestElement
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Test Element'.

The following features are supported:

See Also:
ModelPackage.getTestElement()

Method Summary
 org.eclipse.emf.common.util.EList<TestElement> getElements()
          Returns the value of the 'Elements' containment reference list.
 String getId()
          Returns the value of the 'Id' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 String getParentId()
          Returns the value of the 'Parent Id' attribute.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setParentId(String value)
          Sets the value of the 'Parent Id' attribute.
 boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostic, Map<?,?> context)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), ModelPackage.getTestElement_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getElements

org.eclipse.emf.common.util.EList<TestElement> getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of type TestElement.

If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Elements' containment reference list.
See Also:
ModelPackage.getTestElement_Elements()

getParentId

String getParentId()
Returns the value of the 'Parent Id' attribute.

If the meaning of the 'Parent Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Id' attribute.
See Also:
setParentId(String), ModelPackage.getTestElement_ParentId()

setParentId

void setParentId(String value)
Sets the value of the 'Parent Id' attribute.

Parameters:
value - the new value of the 'Parent Id' attribute.
See Also:
getParentId()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModelPackage.getTestElement_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

validate

boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostic,
                 Map<?,?> context)



Copyright © 2015. All Rights Reserved.