|
||||||||||
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'. idRef references a source-, target or point - id ( => node or an endpoint of a segment) the port is defined by an angle (ignorable if idRef references a point) style is the decoration of the endpoints
The following features are supported:
OgmlPackage.getEndpointType()
extendedMetaData | = | "name='endpoint.type' |
kind | = | 'empty'" |
Method Summary | |
---|---|
String |
getColor()
Returns the value of the 'Color' attribute. |
String |
getIdRef()
Returns the value of the 'Id Ref' attribute. |
BigInteger |
getPort()
Returns the value of the 'Port' attribute. |
double |
getSize()
Returns the value of the 'Size' attribute. |
EndpointStylesType |
getStyle()
Returns the value of the 'Style' attribute. |
boolean |
isSetSize()
Returns whether the value of the ' Size ' attribute is set. |
boolean |
isSetStyle()
Returns whether the value of the ' Style ' attribute is set. |
void |
setColor(String value)
Sets the value of the ' Color ' attribute. |
void |
setIdRef(String value)
Sets the value of the ' Id Ref ' attribute. |
void |
setPort(BigInteger value)
Sets the value of the ' Port ' attribute. |
void |
setSize(double value)
Sets the value of the ' Size ' attribute. |
void |
setStyle(EndpointStylesType value)
Sets the value of the ' Style ' attribute. |
void |
unsetSize()
Unsets the value of the ' Size ' attribute. |
void |
unsetStyle()
Unsets the value of the ' Style ' 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 getColor()
If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...
setColor(String)
,
OgmlPackage.getEndpointType_Color()
dataType | = | org.eclipse.emf.ecore.xml.type.String |
extendedMetaData | = | "kind='attribute' |
name | = | 'color' |
namespace | = | '##targetNamespace'" |
void setColor(String value)
Color
' attribute.
value
- the new value of the 'Color' attribute.getColor()
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.getEndpointType_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()
BigInteger getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(BigInteger)
,
OgmlPackage.getEndpointType_Port()
dataType | = | org.eclipse.emf.ecore.xml.type.Integer |
extendedMetaData | = | "kind='attribute' |
name | = | 'port' |
namespace | = | '##targetNamespace'" |
void setPort(BigInteger value)
Port
' attribute.
value
- the new value of the 'Port' attribute.getPort()
double getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
isSetSize()
,
unsetSize()
,
setSize(double)
,
OgmlPackage.getEndpointType_Size()
unsettable | = | true |
dataType | = | org.eclipse.emf.ecore.xml.type.Double |
extendedMetaData | = | "kind='attribute' |
name | = | 'size' |
namespace | = | '##targetNamespace'" |
void setSize(double value)
Size
' attribute.
value
- the new value of the 'Size' attribute.isSetSize()
,
unsetSize()
,
getSize()
void unsetSize()
Size
' attribute.
isSetSize()
,
getSize()
,
setSize(double)
boolean isSetSize()
Size
' attribute is set.
unsetSize()
,
getSize()
,
setSize(double)
EndpointStylesType getStyle()
EndpointStylesType
.
If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
EndpointStylesType
,
isSetStyle()
,
unsetStyle()
,
setStyle(EndpointStylesType)
,
OgmlPackage.getEndpointType_Style()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'style' |
namespace | = | '##targetNamespace'" |
void setStyle(EndpointStylesType value)
Style
' attribute.
value
- the new value of the 'Style' attribute.EndpointStylesType
,
isSetStyle()
,
unsetStyle()
,
getStyle()
void unsetStyle()
Style
' attribute.
isSetStyle()
,
getStyle()
,
setStyle(EndpointStylesType)
boolean isSetStyle()
Style
' attribute is set.
unsetStyle()
,
getStyle()
,
setStyle(EndpointStylesType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |