TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.models.cbe
Interface CBEDefaultElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CBEExtendedDataElement
All Known Implementing Classes:
CBEDefaultElementImpl, CBEExtendedDataElementImpl

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

A representation of the model object 'Default Element'. This is the most primitive holder of data. A simple name value pair.

The following features are supported:

See Also:
CBEPackage.getCBEDefaultElement()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getChildren()
          Returns the value of the 'Children' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 org.eclipse.emf.common.util.EList getValues()
          Returns the value of the 'Values' attribute list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getName

public java.lang.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...

The Name property names the token. DefaultElement typically define token names that can be used to identify data specific to an event. For example, the elements of an xml fragment that go beyond the default event or the CBE.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), CBEPackage.getCBEDefaultElement_Name()
Generated
[EMF] Model

setName

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

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

getValues

public org.eclipse.emf.common.util.EList getValues()
Returns the value of the 'Values' attribute list. The list contents are of type String.

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

This is a sequence of values associated with the name.

Returns:
the value of the 'Values' attribute list.
See Also:
CBEPackage.getCBEDefaultElement_Values()
Generated
[EMF] Model
type="java.lang.String" unique="false"

getChildren

public org.eclipse.emf.common.util.EList getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type CBEDefaultElement.

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

Returns:
the value of the 'Children' containment reference list.
See Also:
CBEPackage.getCBEDefaultElement_Children()
Generated
[EMF] Model
type="org.eclipse.hyades.models.cbe.CBEDefaultElement" containment="true"

TPTP 4.2.0 Platform Project
Public API Specification