Interface CommandItemGroup
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CustomCommandItemGroup
- All Known Implementing Classes:
CommandItemGroupImpl
,CustomCommandItemGroupImpl
public interface CommandItemGroup extends IBmObject
A representation of the model object 'Command Item Group'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandGroup
getCommandGroup()
Returns the value of the 'Command Group' reference.org.eclipse.emf.common.util.EList<CommandItem>
getItems()
Returns the value of the 'Items' containment reference list.CommandsOrderFragment
getOrderFragment()
Returns the value of the 'Order Fragment' reference.AbstractPanel
getPanel()
boolean
isCustomized()
Returns the value of the 'Customized' attribute.boolean
isItemsCustomized()
Returns the value of the 'Items Customized' attribute.boolean
isItemsOrderCustomized()
Returns the value of the 'Items Order Customized' attribute.void
setCommandGroup(CommandGroup value)
Sets the value of the 'Command Group
' reference.void
setItemsCustomized(boolean value)
Sets the value of the 'Items Customized
' attribute.void
setItemsOrderCustomized(boolean value)
Sets the value of the 'Items Order Customized
' attribute.void
setOrderFragment(CommandsOrderFragment value)
Sets the value of the 'Order Fragment
' reference.-
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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getCommandGroup
CommandGroup getCommandGroup()
Returns the value of the 'Command Group' reference.- Returns:
- the value of the 'Command Group' reference.
- See Also:
setCommandGroup(CommandGroup)
,CmiDerivedDataPackage.getCommandItemGroup_CommandGroup()
-
setCommandGroup
void setCommandGroup(CommandGroup value)
Sets the value of the 'Command Group
' reference.- Parameters:
value
- the new value of the 'Command Group' reference.- See Also:
getCommandGroup()
-
isItemsCustomized
boolean isItemsCustomized()
Returns the value of the 'Items Customized' attribute.- Returns:
- the value of the 'Items Customized' attribute.
- See Also:
setItemsCustomized(boolean)
,CmiDerivedDataPackage.getCommandItemGroup_ItemsCustomized()
-
setItemsCustomized
void setItemsCustomized(boolean value)
Sets the value of the 'Items Customized
' attribute.- Parameters:
value
- the new value of the 'Items Customized' attribute.- See Also:
isItemsCustomized()
-
isItemsOrderCustomized
boolean isItemsOrderCustomized()
Returns the value of the 'Items Order Customized' attribute.- Returns:
- the value of the 'Items Order Customized' attribute.
- See Also:
setItemsOrderCustomized(boolean)
,CmiDerivedDataPackage.getCommandItemGroup_ItemsOrderCustomized()
-
setItemsOrderCustomized
void setItemsOrderCustomized(boolean value)
Sets the value of the 'Items Order Customized
' attribute.- Parameters:
value
- the new value of the 'Items Order Customized' attribute.- See Also:
isItemsOrderCustomized()
-
getOrderFragment
CommandsOrderFragment getOrderFragment()
Returns the value of the 'Order Fragment' reference.- Returns:
- the value of the 'Order Fragment' reference.
- See Also:
setOrderFragment(CommandsOrderFragment)
,CmiDerivedDataPackage.getCommandItemGroup_OrderFragment()
-
setOrderFragment
void setOrderFragment(CommandsOrderFragment value)
Sets the value of the 'Order Fragment
' reference.- Parameters:
value
- the new value of the 'Order Fragment' reference.- See Also:
getOrderFragment()
-
getItems
org.eclipse.emf.common.util.EList<CommandItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeCommandItem
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
CmiDerivedDataPackage.getCommandItemGroup_Items()
-
isCustomized
boolean isCustomized()
Returns the value of the 'Customized' attribute.- Returns:
- the value of the 'Customized' attribute.
- See Also:
CmiDerivedDataPackage.getCommandItemGroup_Customized()
-
getPanel
AbstractPanel getPanel()
-
-