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 SummaryAll 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.booleanisUseStandardCommands()Returns 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.BasicFormgetForm, getFormType, getHelp, getSuppressObject, getUsePurposes, isIncludeHelpInContents, setForm, setFormType, setHelp, setIncludeHelpInContents, setSuppressObject
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, 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.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSourcegetStandardCommands
 
- 
 
- 
- 
- 
Method Detail- 
isUseStandardCommandsboolean 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()
 
 - 
setUseStandardCommandsvoid 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()
 
 - 
getExtendedPresentationorg.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()
 
 - 
getExplanationorg.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()
 
 
- 
 
-