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:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<UsedFunctionalityFlag>
Returns the value of the 'Functionality' containment reference list.org.eclipse.emf.common.util.EList<RequiredPermissionMessage>
Returns the value of the 'Permission Message' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-