Package com._1c.g5.v8.dt.metadata.common
Interface UsedFunctionalityFlag
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
UsedFunctionalityFlagImpl
public interface UsedFunctionalityFlag
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Used Functionality Flag'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Functionality' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidSets the value of the 'Functionality' attribute.voidsetUse(boolean value) Sets the value of the 'Use' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFunctionality
MobileApplicationFunctionalities getFunctionality()Returns the value of the 'Functionality' attribute. The literals are from the enumerationMobileApplicationFunctionalities.- Returns:
- the value of the 'Functionality' attribute.
- See Also:
-
setFunctionality
Sets the value of the 'Functionality' attribute.- Parameters:
value- the new value of the 'Functionality' attribute.- See Also:
-
isUse
boolean isUse()Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
void setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
-