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:
CommonPackage.getUsedFunctionalityFlag()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MobileApplicationFunctionalities
getFunctionality()
Returns the value of the 'Functionality' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
setFunctionality(MobileApplicationFunctionalities value)
Sets the value of the 'Functionality
' attribute.void
setUse(boolean value)
Sets the value of the 'Use
' attribute.
-
-
-
Method Detail
-
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:
MobileApplicationFunctionalities
,setFunctionality(MobileApplicationFunctionalities)
,CommonPackage.getUsedFunctionalityFlag_Functionality()
-
setFunctionality
void setFunctionality(MobileApplicationFunctionalities value)
Sets the value of the 'Functionality
' attribute.- Parameters:
value
- the new value of the 'Functionality' attribute.- See Also:
MobileApplicationFunctionalities
,getFunctionality()
-
isUse
boolean isUse()
Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
setUse(boolean)
,CommonPackage.getUsedFunctionalityFlag_Use()
-
-