|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointType
A representation of the model object 'Endpoint Type'. Complex type for the <endpoint> element.
The following features are supported:
GraphMLPackage.getEndpointType()
extendedMetaData | = | "name='endpoint.type' |
kind | = | 'elementOnly'" |
Method Summary | |
---|---|
String |
getDesc()
Returns the value of the 'Desc' attribute. |
String |
getId()
Returns the value of the 'Id' attribute. |
String |
getNode()
Returns the value of the 'Node' attribute. |
String |
getPort()
Returns the value of the 'Port' attribute. |
EndpointTypeType |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set. |
void |
setDesc(String value)
Sets the value of the ' Desc ' attribute. |
void |
setId(String value)
Sets the value of the ' Id ' attribute. |
void |
setNode(String value)
Sets the value of the ' Node ' attribute. |
void |
setPort(String value)
Sets the value of the ' Port ' attribute. |
void |
setType(EndpointTypeType value)
Sets the value of the ' Type ' attribute. |
void |
unsetType()
Unsets the value of the ' Type ' 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 |
---|
String getDesc()
setDesc(String)
,
GraphMLPackage.getEndpointType_Desc()
dataType | = | org.eclipse.emf.ecore.xml.type.String |
extendedMetaData | = | "kind='element' |
name | = | 'desc' |
namespace | = | '##targetNamespace'" |
void setDesc(String value)
Desc
' attribute.
value
- the new value of the 'Desc' attribute.getDesc()
String getId()
setId(String)
,
GraphMLPackage.getEndpointType_Id()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
extendedMetaData | = | "kind='attribute' |
name | = | 'id'" |
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getNode()
setNode(String)
,
GraphMLPackage.getEndpointType_Node()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
required | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'node'" |
void setNode(String value)
Node
' attribute.
value
- the new value of the 'Node' attribute.getNode()
String getPort()
setPort(String)
,
GraphMLPackage.getEndpointType_Port()
dataType | = | org.eclipse.emf.ecore.xml.type.NMTOKEN |
extendedMetaData | = | "kind='attribute' |
name | = | 'port'" |
void setPort(String value)
Port
' attribute.
value
- the new value of the 'Port' attribute.getPort()
EndpointTypeType getType()
"undir"
.
The literals are from the enumeration EndpointTypeType
.
defines the direction on this endpoint (undirected per default).
EndpointTypeType
,
isSetType()
,
unsetType()
,
setType(EndpointTypeType)
,
GraphMLPackage.getEndpointType_Type()
default | = | undir |
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'type'" |
void setType(EndpointTypeType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.EndpointTypeType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(EndpointTypeType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(EndpointTypeType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |