Package com._1c.g5.v8.dt.cmi.model
Interface CommandsOrderFragment
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandsOrderFragmentImpl
public interface CommandsOrderFragment
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Commands Order Fragment'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Command>Returns the value of the 'Commands' reference list.getGroup()Returns the value of the 'Group' reference.voidsetGroup(CommandGroup value) Sets the value of the 'Group' reference.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
-
getGroup
CommandGroup getGroup()Returns the value of the 'Group' reference.- Returns:
- the value of the 'Group' reference.
- See Also:
-
setGroup
Sets the value of the 'Group' reference.- Parameters:
value- the new value of the 'Group' reference.- See Also:
-
getCommands
org.eclipse.emf.common.util.EList<Command> getCommands()Returns the value of the 'Commands' reference list. The list contents are of typeCommand.- Returns:
- the value of the 'Commands' reference list.
- See Also:
-