Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.ObjectBelonging
-
-
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 ObjectBelonging Modifier and Type Method Description ObjectBelongingExtendedCommonAttributeContentItemViewModel. getObjectBelonging()Returns the value of the 'Object Belonging' attribute.ObjectBelongingExtendedExchangePlanContentItemViewModel. 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 ObjectBelonging Modifier and Type Method Description voidExtendedCommonAttributeContentItemViewModel. 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 ObjectBelonging Modifier and Type Field Description protected static ObjectBelongingExtendedCommonAttributeContentItemViewModelImpl. OBJECT_BELONGING_EDEFAULTThe default value of the 'Object Belonging' attribute.protected static 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 ObjectBelonging Modifier and Type Method Description ObjectBelongingExtendedCommonAttributeContentItemViewModelImpl. getObjectBelonging()ObjectBelongingExtendedExchangePlanContentItemViewModelImpl. getObjectBelonging()Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl with parameters of type ObjectBelonging Modifier and Type Method Description voidExtendedCommonAttributeContentItemViewModelImpl. 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 ObjectBelonging Modifier and Type Field Description static 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 ObjectBelonging Modifier and Type Method Description static ObjectBelongingObjectBelonging. get(int value)Returns the 'Object Belonging' literal with the specified integer value.static ObjectBelongingObjectBelonging. get(String literal)Returns the 'Object Belonging' literal with the specified literal value.static ObjectBelongingObjectBelonging. getByName(String name)Returns the 'Object Belonging' literal with the specified name.ObjectBelongingMdObject. getObjectBelonging()Returns the value of the 'Object Belonging' attribute.static ObjectBelongingObjectBelonging. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectBelonging[]ObjectBelonging. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ObjectBelonging Modifier and Type Method Description voidMdObject. 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 ObjectBelonging Modifier and Type Method Description ObjectBelongingMdClassFactoryImpl. createObjectBelongingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ObjectBelongingMdObjectImpl. getObjectBelonging()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ObjectBelonging Modifier and Type Method Description voidMdObjectImpl. 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 ObjectBelonging Modifier and Type Method Description booleanMdClassValidator. validateObjectBelonging(ObjectBelonging objectBelonging, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-