net.ogdf.ogml
Interface NodeStyleTemplateType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
NodeStyleTemplateTypeImpl

public interface NodeStyleTemplateType
extends EObject

A representation of the model object 'Node Style Template Type'.

The following features are supported:

See Also:
OgmlPackage.getNodeStyleTemplateType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='nodeStyleTemplate.type'
kind='elementOnly'"

Method Summary
 EList<DataType> getData()
          Returns the value of the 'Data' containment reference list.
 FillType getFill()
          Returns the value of the 'Fill' containment reference.
 String getId()
          Returns the value of the 'Id' attribute.
 LineType getLine()
          Returns the value of the 'Line' containment reference.
 ShapeType1 getShape()
          Returns the value of the 'Shape' containment reference.
 TemplateType getTemplate()
          Returns the value of the 'Template' containment reference.
 void setFill(FillType value)
          Sets the value of the 'Fill' containment reference.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 void setLine(LineType value)
          Sets the value of the 'Line' containment reference.
 void setShape(ShapeType1 value)
          Sets the value of the 'Shape' containment reference.
 void setTemplate(TemplateType value)
          Sets the value of the 'Template' 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

getData

EList<DataType> getData()
Returns the value of the 'Data' containment reference list. The list contents are of type DataType.

If the meaning of the 'Data' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data' containment reference list.
See Also:
OgmlPackage.getNodeStyleTemplateType_Data()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='data'
namespace='##targetNamespace'"

getTemplate

TemplateType getTemplate()
Returns the value of the 'Template' containment reference.

If the meaning of the 'Template' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Template' containment reference.
See Also:
setTemplate(TemplateType), OgmlPackage.getNodeStyleTemplateType_Template()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='template'
namespace='##targetNamespace'"

setTemplate

void setTemplate(TemplateType value)
Sets the value of the 'Template' containment reference.

Parameters:
value - the new value of the 'Template' containment reference.
See Also:
getTemplate()
Generated:
This code was automatically generated.

getShape

ShapeType1 getShape()
Returns the value of the 'Shape' containment reference.

Returns:
the value of the 'Shape' containment reference.
See Also:
setShape(ShapeType1), OgmlPackage.getNodeStyleTemplateType_Shape()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='shape'
namespace='##targetNamespace'"

setShape

void setShape(ShapeType1 value)
Sets the value of the 'Shape' containment reference.

Parameters:
value - the new value of the 'Shape' containment reference.
See Also:
getShape()
Generated:
This code was automatically generated.

getFill

FillType getFill()
Returns the value of the 'Fill' containment reference.

Returns:
the value of the 'Fill' containment reference.
See Also:
setFill(FillType), OgmlPackage.getNodeStyleTemplateType_Fill()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='fill'
namespace='##targetNamespace'"

setFill

void setFill(FillType value)
Sets the value of the 'Fill' containment reference.

Parameters:
value - the new value of the 'Fill' containment reference.
See Also:
getFill()
Generated:
This code was automatically generated.

getLine

LineType getLine()
Returns the value of the 'Line' containment reference.

Returns:
the value of the 'Line' containment reference.
See Also:
setLine(LineType), OgmlPackage.getNodeStyleTemplateType_Line()
Generated:
This code was automatically generated.
Model element:
containment=true
extendedMetaData="kind='element'
name='line'
namespace='##targetNamespace'"

setLine

void setLine(LineType value)
Sets the value of the 'Line' containment reference.

Parameters:
value - the new value of the 'Line' containment reference.
See Also:
getLine()
Generated:
This code was automatically generated.

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), OgmlPackage.getNodeStyleTemplateType_Id()
Generated:
This code was automatically generated.
Model element:
id=true
dataType=org.eclipse.emf.ecore.xml.type.ID
required=true
extendedMetaData="kind='attribute'
name='id'
namespace='##targetNamespace'"

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:
This code was automatically generated.