Interface CommonForm
-
- All Superinterfaces:
BasicForm
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,StandardCommandSource
- All Known Implementing Classes:
CommonFormImpl
public interface CommonForm extends BasicForm, StandardCommandSource
A representation of the model object 'Common Form'.The following features are supported:
- See Also:
MdClassPackage.getCommonForm()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EMap<String,String>
getExplanation()
Returns the value of the 'Explanation' map.org.eclipse.emf.common.util.EMap<String,String>
getExtendedPresentation()
Returns the value of the 'Extended Presentation' map.boolean
isUseStandardCommands()
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 Detail
-
isUseStandardCommands
boolean isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.- Returns:
- the value of the 'Use Standard Commands' attribute.
- See Also:
setUseStandardCommands(boolean)
,MdClassPackage.getCommonForm_UseStandardCommands()
-
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:
isUseStandardCommands()
-
getExtendedPresentation
org.eclipse.emf.common.util.EMap<String,String> 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:
MdClassPackage.getCommonForm_ExtendedPresentation()
-
getExplanation
org.eclipse.emf.common.util.EMap<String,String> 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:
MdClassPackage.getCommonForm_Explanation()
-
-