Interface AvailableParameterUseRestriction
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AvailableParameterUseRestrictionImpl
public interface AvailableParameterUseRestriction extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Available Parameter Use Restriction'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionParameter
getParameter()
Returns the value of the 'Parameter' containment reference.boolean
isEnabled()
Returns the value of the 'Enabled' attribute.void
setEnabled(boolean value)
Sets the value of the 'Enabled
' attribute.void
setParameter(DataCompositionParameter value)
Sets the value of the 'Parameter
' containment reference.
-
-
-
Method Detail
-
getParameter
DataCompositionParameter getParameter()
Returns the value of the 'Parameter' containment reference.- Returns:
- the value of the 'Parameter' containment reference.
- See Also:
setParameter(DataCompositionParameter)
,DcsPackage.getAvailableParameterUseRestriction_Parameter()
-
setParameter
void setParameter(DataCompositionParameter value)
Sets the value of the 'Parameter
' containment reference.- Parameters:
value
- the new value of the 'Parameter' containment reference.- See Also:
getParameter()
-
isEnabled
boolean isEnabled()
Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
setEnabled(boolean)
,DcsPackage.getAvailableParameterUseRestriction_Enabled()
-
setEnabled
void setEnabled(boolean value)
Sets the value of the 'Enabled
' attribute.- Parameters:
value
- the new value of the 'Enabled' attribute.- See Also:
isEnabled()
-
-