Package com._1c.g5.v8.dt.cmi.model
Interface CommandsPlacementFragment
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CommandsPlacementFragmentImpl
public interface CommandsPlacementFragment extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Commands Placement Fragment'.The following features are supported:
-
-
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.CommandGroup
getGroup()
Returns the value of the 'Group' reference.void
setGroup(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.getCommandsPlacementFragment_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.getCommandsPlacementFragment_Commands()
-
-