Interface CommonForm
- All Superinterfaces:
BasicForm
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
- All Known Implementing Classes:
CommonFormImpl
A representation of the model object 'Common Form'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Explanation' map.Returns the value of the 'Extended Presentation' map.boolean
Returns the value of the 'Use Standard Commands' attribute.void
setUseStandardCommands
(boolean value) Sets the value of the 'Use Standard Commands
' attribute.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicForm
getForm, getFormType, getHelp, getSuppressObject, getUsePurposes, isIncludeHelpInContents, setForm, setFormType, setHelp, setIncludeHelpInContents, setSuppressObject
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.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
getStandardCommands
-
Method Details
-
isUseStandardCommands
boolean isUseStandardCommands()Returns the value of the 'Use Standard Commands' attribute.- Returns:
- the value of the 'Use Standard Commands' attribute.
- See Also:
-
setUseStandardCommands
void setUseStandardCommands(boolean value) Sets the value of the 'Use Standard Commands
' attribute.- Parameters:
value
- the new value of the 'Use Standard Commands' attribute.- See Also:
-
getExtendedPresentation
Returns the value of the 'Extended Presentation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Extended Presentation' map.
- See Also:
-
getExplanation
Returns the value of the 'Explanation' map. The key is of typeString
, and the value is of typeString
,- Returns:
- the value of the 'Explanation' map.
- See Also:
-