Interface UnresolvedGroup
-
- All Superinterfaces:
CommandGroup
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
UnresolvedGroupImpl
public interface UnresolvedGroup extends IBmObject, CommandGroup
A representation of the model object 'Unresolved Group'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandGroup
getProxyCommandGroup()
Returns the value of the 'Proxy Command Group' reference.String
getProxyName()
Returns the value of the 'Proxy Name' attribute.void
setProxyCommandGroup(CommandGroup value)
Sets the value of the 'Proxy Command Group
' reference.void
setProxyName(String value)
Sets the value of the 'Proxy Name
' 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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
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.getUnresolvedGroup_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()
-
getProxyCommandGroup
CommandGroup getProxyCommandGroup()
Returns the value of the 'Proxy Command Group' reference.- Returns:
- the value of the 'Proxy Command Group' reference.
- See Also:
setProxyCommandGroup(CommandGroup)
,CmiDerivedDataPackage.getUnresolvedGroup_ProxyCommandGroup()
-
setProxyCommandGroup
void setProxyCommandGroup(CommandGroup value)
Sets the value of the 'Proxy Command Group
' reference.- Parameters:
value
- the new value of the 'Proxy Command Group' reference.- See Also:
getProxyCommandGroup()
-
-