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.EObjectA representation of the model object 'Commands Order Fragment'.The following features are supported:
- See Also:
CmiPackage.getCommandsOrderFragment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Command>getCommands()Returns the value of the 'Commands' reference list.CommandGroupgetGroup()Returns the value of the 'Group' reference.voidsetGroup(CommandGroup value)Sets the value of the 'Group' reference.
-
-
-
Method Detail
-
getGroup
CommandGroup getGroup()
Returns the value of the 'Group' reference.- Returns:
- the value of the 'Group' reference.
- See Also:
setGroup(CommandGroup),CmiPackage.getCommandsOrderFragment_Group()
-
setGroup
void setGroup(CommandGroup value)
Sets the value of the 'Group' reference.- Parameters:
value- the new value of the 'Group' reference.- See Also:
getGroup()
-
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:
CmiPackage.getCommandsOrderFragment_Commands()
-
-