TPTP 4.6.0 Platform Project
Internal API Specification

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

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

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

A representation of the model object 'Label'.

The following features are supported:

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

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getLang()
          Returns the value of the 'Lang' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setLang(java.lang.String value)
          Sets the value of the 'Lang' attribute
 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
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

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

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated

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

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

TPTP 4.6.0 Platform Project
Internal API Specification