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.VALUES
A 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 CreateOnInput
CreateOnInput.get
(int value) Returns the 'Create On Input' literal with the specified integer value.static CreateOnInput
Returns the 'Create On Input' literal with the specified literal value.static CreateOnInput
Returns 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 CreateOnInput
Returns 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 TypeMethodDescriptionvoid
BasicDbObject.setCreateOnInput
(CreateOnInput value) Sets the value of the 'Create On Input
' attribute.void
BasicFeature.setCreateOnInput
(CreateOnInput value) Sets the value of the 'Create On Input
' attribute.void
Dimension.setCreateOnInput
(CreateOnInput value) Sets the value of the 'Create On Input
' attribute.void
Field.setCreateOnInput
(CreateOnInput value) Sets the value of the 'Create On Input
' attribute.void
StandardAttribute.setCreateOnInput
(CreateOnInput value) Sets the value of the 'Create On Input
' attribute.void
Table.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 TypeMethodDescriptionvoid
BasicDbObjectImpl.setCreateOnInput
(CreateOnInput newCreateOnInput) void
BasicFeatureImpl.setCreateOnInput
(CreateOnInput newCreateOnInput) void
DimensionImpl.setCreateOnInput
(CreateOnInput newCreateOnInput) void
FieldImpl.setCreateOnInput
(CreateOnInput newCreateOnInput) void
StandardAttributeImpl.setCreateOnInput
(CreateOnInput newCreateOnInput) void
TableImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validateCreateOnInput
(CreateOnInput createOnInput, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)