org.ptolemy.moml
Interface RenditionType

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

public interface RenditionType
extends EObject

A representation of the model object 'Rendition Type'.

The following features are supported:

See Also:
MomlPackage.getRenditionType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='rendition_._type'
kind='elementOnly'"

Method Summary
 String getClass_()
          Returns the value of the 'Class' attribute.
 EList<ConfigureType> getConfigure()
          Returns the value of the 'Configure' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 EList<LocationType> getLocation()
          Returns the value of the 'Location' containment reference list.
 EList<PropertyType> getProperty()
          Returns the value of the 'Property' containment reference list.
 void setClass(String value)
          Sets the value of the 'Class' 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

getGroup

FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Group' attribute list.
See Also:
MomlPackage.getRenditionType_Group()
Generated:
This code was automatically generated.
Model element:
unique=false
dataType=org.eclipse.emf.ecore.EFeatureMapEntry
many=true
extendedMetaData="kind='group'
name='group:0'"

getConfigure

EList<ConfigureType> getConfigure()
Returns the value of the 'Configure' containment reference list. The list contents are of type ConfigureType.

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

Returns:
the value of the 'Configure' containment reference list.
See Also:
MomlPackage.getRenditionType_Configure()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='configure'
namespace='##targetNamespace'
group='group:0'"

getLocation

EList<LocationType> getLocation()
Returns the value of the 'Location' containment reference list. The list contents are of type LocationType.

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

Returns:
the value of the 'Location' containment reference list.
See Also:
MomlPackage.getRenditionType_Location()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='location'
namespace='##targetNamespace'
group='group:0'"

getProperty

EList<PropertyType> getProperty()
Returns the value of the 'Property' containment reference list. The list contents are of type PropertyType.

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

Returns:
the value of the 'Property' containment reference list.
See Also:
MomlPackage.getRenditionType_Property()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='property'
namespace='##targetNamespace'
group='group:0'"

getClass_

String getClass_()
Returns the value of the 'Class' attribute.

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

Returns:
the value of the 'Class' attribute.
See Also:
setClass(String), MomlPackage.getRenditionType_Class()
Generated:
This code was automatically generated.
Model element:
required=true
extendedMetaData="kind='attribute'
name='class'
namespace='##targetNamespace'"

setClass

void setClass(String value)
Sets the value of the 'Class' attribute.

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