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.EObjectA representation of the model object 'Available Parameter Use Restriction'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionParametergetParameter()Returns the value of the 'Parameter' containment reference.booleanisEnabled()Returns the value of the 'Enabled' attribute.voidsetEnabled(boolean value)Sets the value of the 'Enabled' attribute.voidsetParameter(DataCompositionParameter value)Sets the value of the 'Parameter' containment reference.
 
- 
- 
- 
Method Detail- 
getParameterDataCompositionParameter getParameter() Returns the value of the 'Parameter' containment reference.- Returns:
- the value of the 'Parameter' containment reference.
- See Also:
- setParameter(DataCompositionParameter),- DcsPackage.getAvailableParameterUseRestriction_Parameter()
 
 - 
setParametervoid setParameter(DataCompositionParameter value) Sets the value of the 'Parameter' containment reference.- Parameters:
- value- the new value of the 'Parameter' containment reference.
- See Also:
- getParameter()
 
 - 
isEnabledboolean isEnabled() Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
- setEnabled(boolean),- DcsPackage.getAvailableParameterUseRestriction_Enabled()
 
 - 
setEnabledvoid setEnabled(boolean value) Sets the value of the 'Enabled' attribute.- Parameters:
- value- the new value of the 'Enabled' attribute.
- See Also:
- isEnabled()
 
 
- 
 
-