TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.sensor
Interface SensorBaseType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AdapterCBESensorType, SingleFileSensorType, StaticParserSensorType
All Known Implementing Classes:
AdapterCBESensorTypeImpl, SensorBaseTypeImpl, SingleFileSensorTypeImpl, StaticParserSensorTypeImpl

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

A representation of the model object 'Base Type'. Deprecated since TPTP 3.3. The sensor base type that contains a sequence of zero or more properties.

The following features are supported:

See Also:
SensorPackage.getSensorBaseType()
Generated
[EMF] Model
extendedMetaData="name='SensorBaseType' kind='elementOnly'"

Method Summary
 org.eclipse.emf.common.util.EList getSensorProperty()
          Returns the value of the 'Sensor Property' containment reference list.
 
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

getSensorProperty

org.eclipse.emf.common.util.EList getSensorProperty()
Returns the value of the 'Sensor Property' containment reference list. The list contents are of type SensorPropertyType.

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

Returns:
the value of the 'Sensor Property' containment reference list.
See Also:
SensorPackage.getSensorBaseType_SensorProperty()
Generated
[EMF] Model
type="org.eclipse.hyades.logging.adapter.model.internal.sensor.SensorPropertyType" containment="true" extendedMetaData="kind='element' name='SensorProperty' namespace='##targetNamespace'"

TPTP 4.5.0 Platform Project
Internal API Specification