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.EObject
A representation of the model object 'Available Field Use Restriction'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionField
getField()
Returns the value of the 'Field' containment reference.boolean
isEnabled()
Returns the value of the 'Enabled' attribute.void
setEnabled(boolean value)
Sets the value of the 'Enabled
' attribute.void
setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.
-
-
-
Method Detail
-
getField
DataCompositionField getField()
Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
setField(DataCompositionField)
,DcsPackage.getAvailableFieldUseRestriction_Field()
-
setField
void setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.- Parameters:
value
- the new value of the 'Field' containment reference.- See Also:
getField()
-
isEnabled
boolean isEnabled()
Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
setEnabled(boolean)
,DcsPackage.getAvailableFieldUseRestriction_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()
-
-