|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LineType
A representation of the model object 'Line Type'.
The following features are supported:
OgmlPackage.getLineType()
extendedMetaData | = | "name='line_._type' |
kind | = | 'empty'" |
Method Summary | |
---|---|
String |
getColor()
Returns the value of the 'Color' attribute. |
LineStyleTypeType |
getType()
Returns the value of the 'Type' attribute. |
BigInteger |
getWidth()
Returns the value of the 'Width' attribute. |
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set. |
void |
setColor(String value)
Sets the value of the ' Color ' attribute. |
void |
setType(LineStyleTypeType value)
Sets the value of the ' Type ' attribute. |
void |
setWidth(BigInteger value)
Sets the value of the ' Width ' 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 getColor()
If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...
setColor(String)
,
OgmlPackage.getLineType_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()
LineStyleTypeType getType()
LineStyleTypeType
.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
LineStyleTypeType
,
isSetType()
,
unsetType()
,
setType(LineStyleTypeType)
,
OgmlPackage.getLineType_Type()
unsettable | = | true |
extendedMetaData | = | "kind='attribute' |
name | = | 'type' |
namespace | = | '##targetNamespace'" |
void setType(LineStyleTypeType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.LineStyleTypeType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(LineStyleTypeType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(LineStyleTypeType)
BigInteger getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(BigInteger)
,
OgmlPackage.getLineType_Width()
dataType | = | org.eclipse.emf.ecore.xml.type.Integer |
extendedMetaData | = | "kind='attribute' |
name | = | 'width' |
namespace | = | '##targetNamespace'" |
void setWidth(BigInteger value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |