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 ObjectBelonging
ExtendedCommonAttributeContentItemViewModel. getObjectBelonging()
Returns the value of the 'Object Belonging' attribute.ObjectBelonging
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 ObjectBelonging Modifier and Type Method Description void
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 ObjectBelonging Modifier and Type Field Description protected static ObjectBelonging
ExtendedCommonAttributeContentItemViewModelImpl. OBJECT_BELONGING_EDEFAULT
The default value of the 'Object Belonging
' attribute.protected static 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 ObjectBelonging Modifier and Type Method Description ObjectBelonging
ExtendedCommonAttributeContentItemViewModelImpl. getObjectBelonging()
ObjectBelonging
ExtendedExchangePlanContentItemViewModelImpl. getObjectBelonging()
Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl with parameters of type ObjectBelonging Modifier and Type Method Description void
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 ObjectBelonging Modifier and Type Field Description static 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 ObjectBelonging Modifier and Type Method Description static ObjectBelonging
ObjectBelonging. get(int value)
Returns the 'Object Belonging' literal with the specified integer value.static ObjectBelonging
ObjectBelonging. get(String literal)
Returns the 'Object Belonging' literal with the specified literal value.static ObjectBelonging
ObjectBelonging. getByName(String name)
Returns the 'Object Belonging' literal with the specified name.ObjectBelonging
MdObject. getObjectBelonging()
Returns the value of the 'Object Belonging' attribute.static ObjectBelonging
ObjectBelonging. 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 void
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 ObjectBelonging Modifier and Type Method Description ObjectBelonging
MdClassFactoryImpl. createObjectBelongingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ObjectBelonging
MdObjectImpl. getObjectBelonging()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ObjectBelonging Modifier and Type Method Description void
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 ObjectBelonging Modifier and Type Method Description boolean
MdClassValidator. validateObjectBelonging(ObjectBelonging objectBelonging, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-