Package com._1c.g5.v8.dt.form.model
Interface ButtonGroupExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,GroupExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ButtonGroupExtInfoImpl
public interface ButtonGroupExtInfo extends GroupExtInfo
A representation of the model object 'Button Group Ext Info'.The following features are supported:
- See Also:
FormPackage.getButtonGroupExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormStandardCommandSource
getCommandSource()
Returns the value of the 'Command Source' reference.ButtonGroupRepresentation
getRepresentation()
Returns the value of the 'Representation' attribute.void
setCommandSource(FormStandardCommandSource value)
Sets the value of the 'Command Source
' reference.void
setRepresentation(ButtonGroupRepresentation value)
Sets the value of the 'Representation
' attribute.-
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.dt.form.model.EventHandlerContainer
getHandlers
-
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
-
getCommandSource
FormStandardCommandSource getCommandSource()
Returns the value of the 'Command Source' reference.- Returns:
- the value of the 'Command Source' reference.
- See Also:
setCommandSource(FormStandardCommandSource)
,FormPackage.getButtonGroupExtInfo_CommandSource()
-
setCommandSource
void setCommandSource(FormStandardCommandSource value)
Sets the value of the 'Command Source
' reference.- Parameters:
value
- the new value of the 'Command Source' reference.- See Also:
getCommandSource()
-
getRepresentation
ButtonGroupRepresentation getRepresentation()
Returns the value of the 'Representation' attribute. The literals are from the enumerationButtonGroupRepresentation
.- Returns:
- the value of the 'Representation' attribute.
- See Also:
ButtonGroupRepresentation
,setRepresentation(ButtonGroupRepresentation)
,FormPackage.getButtonGroupExtInfo_Representation()
-
setRepresentation
void setRepresentation(ButtonGroupRepresentation value)
Sets the value of the 'Representation
' attribute.- Parameters:
value
- the new value of the 'Representation' attribute.- See Also:
ButtonGroupRepresentation
,getRepresentation()
-
-