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 TypeMethodDescriptionvoidExtendedCommonAttributeContentItemViewModel.setObjectBelonging(ObjectBelonging value) Sets the value of the 'Object Belonging' attribute.voidExtendedExchangePlanContentItemViewModel.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 ObjectBelongingExtendedCommonAttributeContentItemViewModelImpl.OBJECT_BELONGING_EDEFAULTThe default value of the 'Object Belonging' attribute.protected static final ObjectBelongingExtendedExchangePlanContentItemViewModelImpl.OBJECT_BELONGING_EDEFAULTThe default value of the 'Object Belonging' attribute.protected ObjectBelongingExtendedCommonAttributeContentItemViewModelImpl.objectBelongingThe cached value of the 'Object Belonging' attribute.protected ObjectBelongingExtendedExchangePlanContentItemViewModelImpl.objectBelongingThe 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 TypeMethodDescriptionvoidExtendedCommonAttributeContentItemViewModelImpl.setObjectBelonging(ObjectBelonging newObjectBelonging) voidExtendedExchangePlanContentItemViewModelImpl.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.VALUESA public read-only list of all the 'Object Belonging' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ObjectBelongingModifier and TypeMethodDescriptionstatic ObjectBelongingObjectBelonging.get(int value) Returns the 'Object Belonging' literal with the specified integer value.static ObjectBelongingReturns the 'Object Belonging' literal with the specified literal value.static ObjectBelongingReturns the 'Object Belonging' literal with the specified name.MdObject.getObjectBelonging()Returns the value of the 'Object Belonging' attribute.static ObjectBelongingReturns 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 TypeMethodDescriptionvoidMdObject.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 TypeMethodDescriptionvoidMdObjectImpl.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 TypeMethodDescriptionbooleanMdClassValidator.validateObjectBelonging(ObjectBelonging objectBelonging, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)