org.ptolemy.moml
Interface DirectorType

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

public interface DirectorType
extends EObject

A representation of the model object 'Director Type'.

The following features are supported:

See Also:
MomlPackage.getDirectorType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='director_._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.
 EList<DocType> getDoc()
          Returns the value of the 'Doc' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 String getName()
          Returns the value of the 'Name' attribute.
 EList<PropertyType> getProperty()
          Returns the value of the 'Property' containment reference list.
 boolean isSetName()
          Returns whether the value of the 'Name' attribute is set.
 void setClass(String value)
          Sets the value of the 'Class' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void unsetName()
          Unsets the value of the 'Name' 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.getDirectorType_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.getDirectorType_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'"

getDoc

EList<DocType> getDoc()
Returns the value of the 'Doc' containment reference list. The list contents are of type DocType.

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

Returns:
the value of the 'Doc' containment reference list.
See Also:
MomlPackage.getDirectorType_Doc()
Generated:
This code was automatically generated.
Model element:
containment=true
transient=true
volatile=true
derived=true
extendedMetaData="kind='element'
name='doc'
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.getDirectorType_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.getDirectorType_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.

getName

String getName()
Returns the value of the 'Name' attribute. The default value is "director".

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

Returns:
the value of the 'Name' attribute.
See Also:
isSetName(), unsetName(), setName(String), MomlPackage.getDirectorType_Name()
Generated:
This code was automatically generated.
Model element:
default=director
unsettable=true
extendedMetaData="kind='attribute'
name='name'
namespace='##targetNamespace'"

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
isSetName(), unsetName(), getName()
Generated:
This code was automatically generated.

unsetName

void unsetName()
Unsets the value of the 'Name' attribute.

See Also:
isSetName(), getName(), setName(String)
Generated:
This code was automatically generated.

isSetName

boolean isSetName()
Returns whether the value of the 'Name' attribute is set.

Returns:
whether the value of the 'Name' attribute is set.
See Also:
unsetName(), getName(), setName(String)
Generated:
This code was automatically generated.