|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LabelType
A representation of the model object 'Label Type'. a label has an identificator - id content of the label-element is a string
The following features are supported:
OgmlPackage.getLabelType()
extendedMetaData | = | "name='label.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
String |
getContent()
Returns the value of the 'Content' attribute. |
EList<DataType> |
getData()
Returns the value of the 'Data' containment reference list. |
String |
getId()
Returns the value of the 'Id' attribute. |
void |
setContent(String value)
Sets the value of the ' Content ' attribute. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
EList<DataType> getData()
DataType
.
If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...
OgmlPackage.getLabelType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
String getContent()
If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
setContent(String)
,
OgmlPackage.getLabelType_Content()
dataType | = | org.eclipse.emf.ecore.xml.type.String |
required | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'content' |
namespace | = | '##targetNamespace'" |
void setContent(String value)
Content
' attribute.
value
- the new value of the 'Content' attribute.getContent()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
OgmlPackage.getLabelType_Id()
id | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.ID |
extendedMetaData | = | "kind='attribute' |
name | = | 'id' |
namespace | = | '##targetNamespace'" |
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |