Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.FillChecking
Packages that use FillChecking
Package
Description
-
Uses of FillChecking in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return FillCheckingModifier and TypeMethodDescriptionAbstractFormAttribute.getFillChecking()
Returns the value of the 'Fill Checking' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type FillCheckingModifier and TypeMethodDescriptionvoid
AbstractFormAttribute.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute. -
Uses of FillChecking in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return FillCheckingMethods in com._1c.g5.v8.dt.form.model.impl with parameters of type FillCheckingModifier and TypeMethodDescriptionvoid
AbstractFormAttributeImpl.setFillChecking
(FillChecking newFillChecking) -
Uses of FillChecking in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type FillCheckingModifier and TypeFieldDescriptionstatic final List<FillChecking>
FillChecking.VALUES
A public read-only list of all the 'Fill Checking' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return FillCheckingModifier and TypeMethodDescriptionstatic FillChecking
FillChecking.get
(int value) Returns the 'Fill Checking' literal with the specified integer value.static FillChecking
Returns the 'Fill Checking' literal with the specified literal value.static FillChecking
Returns the 'Fill Checking' literal with the specified name.static FillChecking
Returns the enum constant of this class with the specified name.static FillChecking[]
FillChecking.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FillChecking in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return FillCheckingModifier and TypeMethodDescriptionCommonFactoryImpl.createFillCheckingFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of FillChecking in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return FillCheckingModifier and TypeMethodDescriptionBasicFeature.getFillChecking()
Returns the value of the 'Fill Checking' attribute.BasicTabularSection.getFillChecking()
Returns the value of the 'Fill Checking' attribute.Constant.getFillChecking()
Returns the value of the 'Fill Checking' attribute.Dimension.getFillChecking()
Returns the value of the 'Fill Checking' attribute.Field.getFillChecking()
Returns the value of the 'Fill Checking' attribute.StandardAttribute.getFillChecking()
Returns the value of the 'Fill Checking' attribute.StandardTabularSectionDescription.getFillChecking()
Returns the value of the 'Fill Checking' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type FillCheckingModifier and TypeMethodDescriptionvoid
BasicFeature.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute.void
BasicTabularSection.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute.void
Constant.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute.void
Dimension.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute.void
Field.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute.void
StandardAttribute.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute.void
StandardTabularSectionDescription.setFillChecking
(FillChecking value) Sets the value of the 'Fill Checking
' attribute. -
Uses of FillChecking in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return FillCheckingModifier and TypeMethodDescriptionBasicFeatureImpl.getFillChecking()
BasicTabularSectionImpl.getFillChecking()
ConstantImpl.getFillChecking()
DimensionImpl.getFillChecking()
FieldImpl.getFillChecking()
StandardAttributeImpl.getFillChecking()
StandardTabularSectionDescriptionImpl.getFillChecking()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type FillCheckingModifier and TypeMethodDescriptionvoid
BasicFeatureImpl.setFillChecking
(FillChecking newFillChecking) void
BasicTabularSectionImpl.setFillChecking
(FillChecking newFillChecking) void
ConstantImpl.setFillChecking
(FillChecking newFillChecking) void
DimensionImpl.setFillChecking
(FillChecking newFillChecking) void
FieldImpl.setFillChecking
(FillChecking newFillChecking) void
StandardAttributeImpl.setFillChecking
(FillChecking newFillChecking) void
StandardTabularSectionDescriptionImpl.setFillChecking
(FillChecking newFillChecking)