com.ibm.carma.model
Interface DefaultParameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Parameter
All Known Subinterfaces:
CustomParameter, Field

public interface DefaultParameter
extends Parameter

A representation of the model object 'Default Parameter'.

The following features are supported:

See Also:
ModelPackage.getDefaultParameter()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.Object getDefaultValue()
          Returns the value of the 'Default Value' attribute.
 
Methods inherited from interface com.ibm.carma.model.Parameter
getDescription, getLength, getName, getParameterId, getType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getDefaultValue

java.lang.Object getDefaultValue()
Returns the value of the 'Default Value' attribute. Returns the default parameter value

Returns:
the value of the 'Default Value' attribute.
See Also:
ModelPackage.getDefaultParameter_DefaultValue()