Interface UnresolvedSubsystem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,Subsystem
- All Known Implementing Classes:
UnresolvedSubsystemImpl
public interface UnresolvedSubsystem extends IBmObject, Subsystem
A representation of the model object 'Unresolved Subsystem'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProxyName()
Returns the value of the 'Proxy Name' attribute.Subsystem
getProxySubsystem()
Returns the value of the 'Proxy Subsystem' reference.void
setProxyName(String value)
Sets the value of the 'Proxy Name
' attribute.void
setProxySubsystem(Subsystem value)
Sets the value of the 'Proxy Subsystem
' reference.-
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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
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.Subsystem
getCommandInterface, getContent, getExplanation, getHelp, getParentSubsystem, getPicture, getSubsystems, getSuppressObject, isIncludeHelpInContents, isIncludeInCommandInterface, setCommandInterface, setHelp, setIncludeHelpInContents, setIncludeInCommandInterface, setParentSubsystem, setPicture, setSuppressObject
-
-
-
-
Method Detail
-
getProxyName
String getProxyName()
Returns the value of the 'Proxy Name' attribute.- Returns:
- the value of the 'Proxy Name' attribute.
- See Also:
setProxyName(String)
,CmiDerivedDataPackage.getUnresolvedSubsystem_ProxyName()
-
setProxyName
void setProxyName(String value)
Sets the value of the 'Proxy Name
' attribute.- Parameters:
value
- the new value of the 'Proxy Name' attribute.- See Also:
getProxyName()
-
getProxySubsystem
Subsystem getProxySubsystem()
Returns the value of the 'Proxy Subsystem' reference.- Returns:
- the value of the 'Proxy Subsystem' reference.
- See Also:
setProxySubsystem(Subsystem)
,CmiDerivedDataPackage.getUnresolvedSubsystem_ProxySubsystem()
-
setProxySubsystem
void setProxySubsystem(Subsystem value)
Sets the value of the 'Proxy Subsystem
' reference.- Parameters:
value
- the new value of the 'Proxy Subsystem' reference.- See Also:
getProxySubsystem()
-
-