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
public interface Subsystem extends MdObject
A representation of the model object 'Subsystem'.The following features are supported:
- See Also:
MdClassPackage.getSubsystem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractCommandInterface
getCommandInterface()
Returns the value of the 'Command Interface' reference.org.eclipse.emf.common.util.EList<MdObject>
getContent()
Returns the value of the 'Content' reference list.org.eclipse.emf.common.util.EMap<String,String>
getExplanation()
Returns the value of the 'Explanation' map.Help
getHelp()
Returns the value of the 'Help' containment reference.Subsystem
getParentSubsystem()
Returns the value of the 'Parent Subsystem' reference.Picture
getPicture()
Returns the value of the 'Picture' containment reference.org.eclipse.emf.common.util.EList<Subsystem>
getSubsystems()
Returns the value of the 'Subsystems' reference list.org.eclipse.emf.ecore.EObject
getSuppressObject()
Returns the value of the 'Suppress Object' reference.boolean
isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.boolean
isIncludeInCommandInterface()
Returns the value of the 'Include In Command Interface' attribute.boolean
isUseOneCommand()
Returns the value of the 'Use One Command' attribute.void
setCommandInterface(AbstractCommandInterface value)
Sets the value of the 'Command Interface
' reference.void
setHelp(Help value)
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
-
-
-
-
Method Detail
-
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(boolean)
,MdClassPackage.getSubsystem_IncludeHelpInContents()
-
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:
isIncludeHelpInContents()
-
getHelp
Help getHelp()
Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
setHelp(Help)
,MdClassPackage.getSubsystem_Help()
-
setHelp
void setHelp(Help value)
Sets the value of the 'Help
' containment reference.- Parameters:
value
- the new value of the 'Help' containment reference.- See Also:
getHelp()
-
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(boolean)
,MdClassPackage.getSubsystem_IncludeInCommandInterface()
-
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:
isIncludeInCommandInterface()
-
isUseOneCommand
boolean isUseOneCommand()
Returns the value of the 'Use One Command' attribute.- Returns:
- the value of the 'Use One Command' attribute.
- See Also:
setUseOneCommand(boolean)
,MdClassPackage.getSubsystem_UseOneCommand()
-
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:
isUseOneCommand()
-
getCommandInterface
AbstractCommandInterface getCommandInterface()
Returns the value of the 'Command Interface' reference.- Returns:
- the value of the 'Command Interface' reference.
- See Also:
setCommandInterface(AbstractCommandInterface)
,MdClassPackage.getSubsystem_CommandInterface()
-
setCommandInterface
void setCommandInterface(AbstractCommandInterface value)
Sets the value of the 'Command Interface
' reference.- Parameters:
value
- the new value of the 'Command Interface' reference.- See Also:
getCommandInterface()
-
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.getSubsystem_Explanation()
-
getPicture
Picture getPicture()
Returns the value of the 'Picture' containment reference.- Returns:
- the value of the 'Picture' containment reference.
- See Also:
setPicture(Picture)
,MdClassPackage.getSubsystem_Picture()
-
setPicture
void setPicture(Picture value)
Sets the value of the 'Picture
' containment reference.- Parameters:
value
- the new value of the 'Picture' containment reference.- See Also:
getPicture()
-
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:
MdClassPackage.getSubsystem_Content()
-
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:
MdClassPackage.getSubsystem_Subsystems()
-
getParentSubsystem
Subsystem getParentSubsystem()
Returns the value of the 'Parent Subsystem' reference.- Returns:
- the value of the 'Parent Subsystem' reference.
- See Also:
setParentSubsystem(Subsystem)
,MdClassPackage.getSubsystem_ParentSubsystem()
-
setParentSubsystem
void setParentSubsystem(Subsystem value)
Sets the value of the 'Parent Subsystem
' reference.- Parameters:
value
- the new value of the 'Parent Subsystem' reference.- See Also:
getParentSubsystem()
-
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(EObject)
,MdClassPackage.getSubsystem_SuppressObject()
-
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:
getSuppressObject()
-
-