Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.ObjectBelonging
Packages that use ObjectBelonging
Package
Description
-
Uses of ObjectBelonging in com._1c.g5.v8.dt.internal.cli.api.impl.workspace
Methods in com._1c.g5.v8.dt.internal.cli.api.impl.workspace that return types with arguments of type ObjectBelongingModifier and TypeMethodDescriptionPlatformXmlQuickScan.getObjectBelonging()
Returns metadata object belonging value. -
Uses of ObjectBelonging in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels
Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels that return ObjectBelongingModifier and TypeMethodDescriptionExtendedCommonAttributeContentItemViewModel.getObjectBelonging()
Returns the value of the 'Object Belonging' attribute.ExtendedExchangePlanContentItemViewModel.getObjectBelonging()
Returns the value of the 'Object Belonging' attribute.Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels with parameters of type ObjectBelongingModifier and TypeMethodDescriptionvoid
ExtendedCommonAttributeContentItemViewModel.setObjectBelonging
(ObjectBelonging value) Sets the value of the 'Object Belonging
' attribute.void
ExtendedExchangePlanContentItemViewModel.setObjectBelonging
(ObjectBelonging value) Sets the value of the 'Object Belonging
' attribute. -
Uses of ObjectBelonging in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl
Fields in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl declared as ObjectBelongingModifier and TypeFieldDescriptionprotected static final ObjectBelonging
ExtendedCommonAttributeContentItemViewModelImpl.OBJECT_BELONGING_EDEFAULT
The default value of the 'Object Belonging
' attribute.protected static final ObjectBelonging
ExtendedExchangePlanContentItemViewModelImpl.OBJECT_BELONGING_EDEFAULT
The default value of the 'Object Belonging
' attribute.protected ObjectBelonging
ExtendedCommonAttributeContentItemViewModelImpl.objectBelonging
The cached value of the 'Object Belonging
' attribute.protected ObjectBelonging
ExtendedExchangePlanContentItemViewModelImpl.objectBelonging
The cached value of the 'Object Belonging
' attribute.Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl that return ObjectBelongingModifier and TypeMethodDescriptionExtendedCommonAttributeContentItemViewModelImpl.getObjectBelonging()
ExtendedExchangePlanContentItemViewModelImpl.getObjectBelonging()
Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl with parameters of type ObjectBelongingModifier and TypeMethodDescriptionvoid
ExtendedCommonAttributeContentItemViewModelImpl.setObjectBelonging
(ObjectBelonging newObjectBelonging) void
ExtendedExchangePlanContentItemViewModelImpl.setObjectBelonging
(ObjectBelonging newObjectBelonging) -
Uses of ObjectBelonging in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type ObjectBelongingModifier and TypeFieldDescriptionstatic final List<ObjectBelonging>
ObjectBelonging.VALUES
A public read-only list of all the 'Object Belonging' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ObjectBelongingModifier and TypeMethodDescriptionstatic ObjectBelonging
ObjectBelonging.get
(int value) Returns the 'Object Belonging' literal with the specified integer value.static ObjectBelonging
Returns the 'Object Belonging' literal with the specified literal value.static ObjectBelonging
Returns the 'Object Belonging' literal with the specified name.MdObject.getObjectBelonging()
Returns the value of the 'Object Belonging' attribute.static ObjectBelonging
Returns the enum constant of this class with the specified name.static ObjectBelonging[]
ObjectBelonging.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ObjectBelongingModifier and TypeMethodDescriptionvoid
MdObject.setObjectBelonging
(ObjectBelonging value) Sets the value of the 'Object Belonging
' attribute. -
Uses of ObjectBelonging in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ObjectBelongingModifier and TypeMethodDescriptionMdClassFactoryImpl.createObjectBelongingFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) MdObjectImpl.getObjectBelonging()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ObjectBelongingModifier and TypeMethodDescriptionvoid
MdObjectImpl.setObjectBelonging
(ObjectBelonging newObjectBelonging) -
Uses of ObjectBelonging in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ObjectBelongingModifier and TypeMethodDescriptionboolean
MdClassValidator.validateObjectBelonging
(ObjectBelonging objectBelonging, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)