Interface AvailableFieldUseRestriction
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- AvailableFieldUseRestrictionImpl
 
 public interface AvailableFieldUseRestriction extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Available Field Use Restriction'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionFieldgetField()Returns the value of the 'Field' containment reference.booleanisEnabled()Returns the value of the 'Enabled' attribute.voidsetEnabled(boolean value)Sets the value of the 'Enabled' attribute.voidsetField(DataCompositionField value)Sets the value of the 'Field' containment reference.
 
- 
- 
- 
Method Detail- 
getFieldDataCompositionField getField() Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
- setField(DataCompositionField),- DcsPackage.getAvailableFieldUseRestriction_Field()
 
 - 
setFieldvoid setField(DataCompositionField value) Sets the value of the 'Field' containment reference.- Parameters:
- value- the new value of the 'Field' containment reference.
- See Also:
- getField()
 
 - 
isEnabledboolean isEnabled() Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
- setEnabled(boolean),- DcsPackage.getAvailableFieldUseRestriction_Enabled()
 
 - 
setEnabledvoid setEnabled(boolean value) Sets the value of the 'Enabled' attribute.- Parameters:
- value- the new value of the 'Enabled' attribute.
- See Also:
- isEnabled()
 
 
- 
 
-