TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.internal.probekit
Interface DataItem

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

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

A representation of the model object 'Data Item'.

The following features are supported:

See Also:
ProbekitPackage.getDataItem()
Generated
[EMF] Model
extendedMetaData="name='data_._type' kind='empty'"

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 DataType getType()
          Returns the value of the 'Type' attribute.
 boolean isSetType()
          Returns whether the value of the 'Type' attribute is set
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setType(DataType value)
          Sets the value of the 'Type' attribute
 void unsetType()
          Unsets the value of the 'Type' 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
 

Method Detail

getName

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...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ProbekitPackage.getDataItem_Name()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"

setName

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

getType

DataType getType()
Returns the value of the 'Type' attribute. The default value is "className". The literals are from the enumeration DataType.

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

Returns:
the value of the 'Type' attribute.
See Also:
DataType, isSetType(), unsetType(), setType(DataType), ProbekitPackage.getDataItem_Type()
Generated
[EMF] Model
default="className" unique="false" unsettable="true" required="true" extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'"

setType

void setType(DataType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
DataType, isSetType(), unsetType(), getType()
Generated

unsetType

void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(DataType)
Generated

isSetType

boolean isSetType()
Returns whether the value of the 'Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(DataType)
Generated

TPTP 4.6.0 Platform Project
Internal API Specification