org.ptolemy.moml
Interface InputType

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

public interface InputType
extends EObject

A representation of the model object 'Input Type'.

The following features are supported:

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

Method Summary
 String getBase()
          Returns the value of the 'Base' attribute.
 String getSource()
          Returns the value of the 'Source' attribute.
 void setBase(String value)
          Sets the value of the 'Base' 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

getBase

String getBase()
Returns the value of the 'Base' attribute.

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

Returns:
the value of the 'Base' attribute.
See Also:
setBase(String), MomlPackage.getInputType_Base()
Generated:
This code was automatically generated.
Model element:
extendedMetaData="kind='attribute'
name='base'
namespace='##targetNamespace'"

setBase

void setBase(String value)
Sets the value of the 'Base' attribute.

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

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.getInputType_Source()
Generated:
This code was automatically generated.
Model element:
required=true
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.