Interface Subsystem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
UnresolvedSubsystem
- All Known Implementing Classes:
SubsystemImpl
,UnresolvedSubsystemImpl
A representation of the model object 'Subsystem'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Command Interface' reference.org.eclipse.emf.common.util.EList<MdObject>
Returns the value of the 'Content' reference list.Returns the value of the 'Explanation' map.getHelp()
Returns the value of the 'Help' containment reference.Returns the value of the 'Parent Subsystem' reference.Returns the value of the 'Picture' containment reference.org.eclipse.emf.common.util.EList<Subsystem>
Returns the value of the 'Subsystems' reference list.org.eclipse.emf.ecore.EObject
Returns the value of the 'Suppress Object' reference.boolean
Returns the value of the 'Include Help In Contents' attribute.boolean
Returns the value of the 'Include In Command Interface' attribute.boolean
Returns the value of the 'Use One Command' attribute.void
Sets the value of the 'Command Interface
' reference.void
Sets the value of the 'Help
' containment reference.void
setIncludeHelpInContents
(boolean value) Sets the value of the 'Include Help In Contents
' attribute.void
setIncludeInCommandInterface
(boolean value) Sets the value of the 'Include In Command Interface
' attribute.void
setParentSubsystem
(Subsystem value) Sets the value of the 'Parent Subsystem
' reference.void
setPicture
(Picture value) Sets the value of the 'Picture
' containment reference.void
setSuppressObject
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.void
setUseOneCommand
(boolean value) Sets the value of the 'Use One Command
' 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.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
-
Method Details
-
isIncludeHelpInContents
boolean isIncludeHelpInContents()Returns the value of the 'Include Help In Contents' attribute.- Returns:
- the value of the 'Include Help In Contents' attribute.
- See Also:
-
setIncludeHelpInContents
void setIncludeHelpInContents(boolean value) Sets the value of the 'Include Help In Contents
' attribute.- Parameters:
value
- the new value of the 'Include Help In Contents' attribute.- See Also:
-
getHelp
Help getHelp()Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
-
setHelp
Sets the value of the 'Help
' containment reference.- Parameters:
value
- the new value of the 'Help' containment reference.- See Also:
-
isIncludeInCommandInterface
boolean isIncludeInCommandInterface()Returns the value of the 'Include In Command Interface' attribute.- Returns:
- the value of the 'Include In Command Interface' attribute.
- See Also:
-
setIncludeInCommandInterface
void setIncludeInCommandInterface(boolean value) Sets the value of the 'Include In Command Interface
' attribute.- Parameters:
value
- the new value of the 'Include In Command Interface' attribute.- See Also:
-
isUseOneCommand
boolean isUseOneCommand()Returns the value of the 'Use One Command' attribute.- Returns:
- the value of the 'Use One Command' attribute.
- See Also:
-
setUseOneCommand
void setUseOneCommand(boolean value) Sets the value of the 'Use One Command
' attribute.- Parameters:
value
- the new value of the 'Use One Command' attribute.- See Also:
-
getCommandInterface
AbstractCommandInterface getCommandInterface()Returns the value of the 'Command Interface' reference.- Returns:
- the value of the 'Command Interface' reference.
- See Also:
-
setCommandInterface
Sets the value of the 'Command Interface
' reference.- Parameters:
value
- the new value of the 'Command Interface' reference.- 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:
-
getPicture
Picture getPicture()Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
-
setPicture
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
-
getContent
org.eclipse.emf.common.util.EList<MdObject> getContent()Returns the value of the 'Content' reference list. The list contents are of typeMdObject
.- Returns:
- the value of the 'Content' reference list.
- See Also:
-
getSubsystems
org.eclipse.emf.common.util.EList<Subsystem> getSubsystems()Returns the value of the 'Subsystems' reference list. The list contents are of typeSubsystem
.- Returns:
- the value of the 'Subsystems' reference list.
- See Also:
-
getParentSubsystem
Subsystem getParentSubsystem()Returns the value of the 'Parent Subsystem' reference.- Returns:
- the value of the 'Parent Subsystem' reference.
- See Also:
-
setParentSubsystem
Sets the value of the 'Parent Subsystem
' reference.- Parameters:
value
- the new value of the 'Parent Subsystem' reference.- See Also:
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object
' reference.- Parameters:
value
- the new value of the 'Suppress Object' reference.- See Also:
-