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.booleanReturns the value of the 'Use Standard Commands' attribute.voidsetUseStandardCommands(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, setSuppressObjectMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods 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:
-