Interface SupplyNamespaceControllable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BaseSupplyFormObject
,BaseSupplyObject
,SupplyContainment
,SupplyForm
,SupplyFormAttribute
,SupplyFormCommand
,SupplyFormItem
,SupplyFormParameter
,SupplyGenericObject
,SupplySubsystem
- All Known Implementing Classes:
BaseSupplyFormObjectImpl
,BaseSupplyObjectImpl
,SupplyContainmentImpl
,SupplyFormAttributeImpl
,SupplyFormCommandImpl
,SupplyFormImpl
,SupplyFormItemImpl
,SupplyFormParameterImpl
,SupplyGenericObjectImpl
,SupplySubsystemImpl
public interface SupplyNamespaceControllable extends IBmObject
A representation of the model object 'Namespace Controllable'. * Supply objects which supplement is being controlled by a corresponding namespace integrationThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<String>
getSuppliedWith()
Returns the value of the 'Supplied With' attribute list.-
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
-
getSuppliedWith
org.eclipse.emf.common.util.EList<String> getSuppliedWith()
Returns the value of the 'Supplied With' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Supplied With' attribute list.
- See Also:
SupplyPackage.getSupplyNamespaceControllable_SuppliedWith()
-
-