Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.CreateOnInput
Packages that use CreateOnInput
Package
Description
-
Uses of CreateOnInput in com._1c.g5.v8.dt.dcs
Fields in com._1c.g5.v8.dt.dcs declared as CreateOnInput -
Uses of CreateOnInput in com._1c.g5.v8.dt.dcs.settings
Fields in com._1c.g5.v8.dt.dcs.settings declared as CreateOnInput -
Uses of CreateOnInput in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CreateOnInputModifier and TypeFieldDescriptionstatic final List<CreateOnInput>CreateOnInput.VALUESA public read-only list of all the 'Create On Input' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CreateOnInputModifier and TypeMethodDescriptionstatic CreateOnInputCreateOnInput.get(int value) Returns the 'Create On Input' literal with the specified integer value.static CreateOnInputReturns the 'Create On Input' literal with the specified literal value.static CreateOnInputReturns the 'Create On Input' literal with the specified name.BasicDbObject.getCreateOnInput()Returns the value of the 'Create On Input' attribute.BasicFeature.getCreateOnInput()Returns the value of the 'Create On Input' attribute.Dimension.getCreateOnInput()Returns the value of the 'Create On Input' attribute.Field.getCreateOnInput()Returns the value of the 'Create On Input' attribute.StandardAttribute.getCreateOnInput()Returns the value of the 'Create On Input' attribute.Table.getCreateOnInput()Returns the value of the 'Create On Input' attribute.static CreateOnInputReturns the enum constant of this class with the specified name.static CreateOnInput[]CreateOnInput.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 CreateOnInputModifier and TypeMethodDescriptionvoidBasicDbObject.setCreateOnInput(CreateOnInput value) Sets the value of the 'Create On Input' attribute.voidBasicFeature.setCreateOnInput(CreateOnInput value) Sets the value of the 'Create On Input' attribute.voidDimension.setCreateOnInput(CreateOnInput value) Sets the value of the 'Create On Input' attribute.voidField.setCreateOnInput(CreateOnInput value) Sets the value of the 'Create On Input' attribute.voidStandardAttribute.setCreateOnInput(CreateOnInput value) Sets the value of the 'Create On Input' attribute.voidTable.setCreateOnInput(CreateOnInput value) Sets the value of the 'Create On Input' attribute. -
Uses of CreateOnInput in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CreateOnInputModifier and TypeMethodDescriptionMdClassFactoryImpl.createCreateOnInputFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) BasicDbObjectImpl.getCreateOnInput()BasicFeatureImpl.getCreateOnInput()DimensionImpl.getCreateOnInput()FieldImpl.getCreateOnInput()StandardAttributeImpl.getCreateOnInput()TableImpl.getCreateOnInput()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CreateOnInputModifier and TypeMethodDescriptionvoidBasicDbObjectImpl.setCreateOnInput(CreateOnInput newCreateOnInput) voidBasicFeatureImpl.setCreateOnInput(CreateOnInput newCreateOnInput) voidDimensionImpl.setCreateOnInput(CreateOnInput newCreateOnInput) voidFieldImpl.setCreateOnInput(CreateOnInput newCreateOnInput) voidStandardAttributeImpl.setCreateOnInput(CreateOnInput newCreateOnInput) voidTableImpl.setCreateOnInput(CreateOnInput newCreateOnInput) -
Uses of CreateOnInput in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CreateOnInputModifier and TypeMethodDescriptionbooleanMdClassValidator.validateCreateOnInput(CreateOnInput createOnInput, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)