org.ptolemy.moml
Interface ConfigureType

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

public interface ConfigureType
extends EObject

A representation of the model object 'Configure Type'.

The following features are supported:

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

Method Summary
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 String getSource()
          Returns the value of the 'Source' attribute.
 void setSource(String value)
          Sets the value of the 'Source' 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

getMixed

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

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

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

getSource

String getSource()
Returns the value of the 'Source' attribute.

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

Returns:
the value of the 'Source' attribute.
See Also:
setSource(String), MomlPackage.getConfigureType_Source()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='source'
namespace='##targetNamespace'"

setSource

void setSource(String value)
Sets the value of the 'Source' attribute.

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