|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceTargetType
A representation of the model object 'Source Target Type'. the soruceTarget element is for edge-declaration id is the identificator for the source/target idref references a node or an edge - the source i.e. the target of the edge a sourceTarget can hold one label
The following features are supported:
OgmlPackage.getSourceTargetType()
extendedMetaData | = | "name='sourceTarget.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
EList<DataType> |
getData()
Returns the value of the 'Data' containment reference list. |
String |
getId()
Returns the value of the 'Id' attribute. |
String |
getIdRef()
Returns the value of the 'Id Ref' attribute. |
LabelType |
getLabel()
Returns the value of the 'Label' containment reference. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setIdRef(String value)
Sets the value of the ' Id Ref ' attribute. |
void |
setLabel(LabelType value)
Sets the value of the ' Label ' containment reference. |
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.getSourceTargetType_Data()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'data' |
namespace | = | '##targetNamespace'" |
LabelType getLabel()
If the meaning of the 'Label' containment reference isn't clear, there really should be more of a description here...
setLabel(LabelType)
,
OgmlPackage.getSourceTargetType_Label()
containment | = | true |
extendedMetaData | = | "kind='element' |
name | = | 'label' |
namespace | = | '##targetNamespace'" |
void setLabel(LabelType value)
Label
' containment reference.
value
- the new value of the 'Label' containment reference.getLabel()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
OgmlPackage.getSourceTargetType_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()
String getIdRef()
If the meaning of the 'Id Ref' attribute isn't clear, there really should be more of a description here...
setIdRef(String)
,
OgmlPackage.getSourceTargetType_IdRef()
dataType | = | org.eclipse.emf.ecore.xml.type.IDREF |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'idRef' |
namespace | = | '##targetNamespace'" |
void setIdRef(String value)
Id Ref
' attribute.
value
- the new value of the 'Id Ref' attribute.getIdRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |