Package com._1c.g5.v8.dt.metadata.common
Interface UsedFunctionality
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
UsedFunctionalityImpl
public interface UsedFunctionality extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Used Functionality'.The following features are supported:
- See Also:
CommonPackage.getUsedFunctionality()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<UsedFunctionalityFlag>
getFunctionality()
Returns the value of the 'Functionality' containment reference list.org.eclipse.emf.common.util.EList<RequiredPermissionMessage>
getPermissionMessage()
Returns the value of the 'Permission Message' containment reference list.
-
-
-
Method Detail
-
getFunctionality
org.eclipse.emf.common.util.EList<UsedFunctionalityFlag> getFunctionality()
Returns the value of the 'Functionality' containment reference list. The list contents are of typeUsedFunctionalityFlag
.- Returns:
- the value of the 'Functionality' containment reference list.
- See Also:
CommonPackage.getUsedFunctionality_Functionality()
-
getPermissionMessage
org.eclipse.emf.common.util.EList<RequiredPermissionMessage> getPermissionMessage()
Returns the value of the 'Permission Message' containment reference list. The list contents are of typeRequiredPermissionMessage
.- Returns:
- the value of the 'Permission Message' containment reference list.
- See Also:
CommonPackage.getUsedFunctionality_PermissionMessage()
-
-