TPTP 4.5.0 Platform Project
Internal API Specification

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

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

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

A representation of the model object 'Control Name'.

The following features are supported:

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

Method Summary
 java.lang.String getLang()
          Returns the value of the 'Lang' attribute
 java.lang.String getText()
          Returns the value of the 'Text' attribute
 void setLang(java.lang.String value)
          Sets the value of the 'Lang' attribute
 void setText(java.lang.String value)
          Sets the value of the 'Text' 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

getLang

java.lang.String getLang()
Returns the value of the 'Lang' attribute.

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

Returns:
the value of the 'Lang' attribute.
See Also:
setLang(String), ProbekitPackage.getControlName_Lang()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Language" extendedMetaData="kind='attribute' name='lang' namespace='http://www.w3.org/XML/1998/namespace'"

setLang

void setLang(java.lang.String value)
Sets the value of the 'Lang' attribute.

Parameters:
value - the new value of the 'Lang' attribute.
See Also:
getLang()
Generated

getText

java.lang.String getText()
Returns the value of the 'Text' attribute.

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

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

setText

void setText(java.lang.String value)
Sets the value of the 'Text' attribute.

Parameters:
value - the new value of the 'Text' attribute.
See Also:
getText()
Generated

TPTP 4.5.0 Platform Project
Internal API Specification