Uses of Class
com._1c.g5.v8.dt.metadata.common.FillChecking
-
-
Uses of FillChecking in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return FillChecking Modifier and Type Method Description FillChecking
AbstractFormAttribute. getFillChecking()
Returns the value of the 'Fill Checking' attribute.Methods in com._1c.g5.v8.dt.form.model with parameters of type FillChecking Modifier and Type Method Description void
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 FillChecking Modifier and Type Method Description FillChecking
AbstractFormAttributeImpl. getFillChecking()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type FillChecking Modifier and Type Method Description void
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 FillChecking Modifier and Type Field Description static 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 FillChecking Modifier and Type Method Description static FillChecking
FillChecking. get(int value)
Returns the 'Fill Checking' literal with the specified integer value.static FillChecking
FillChecking. get(String literal)
Returns the 'Fill Checking' literal with the specified literal value.static FillChecking
FillChecking. getByName(String name)
Returns the 'Fill Checking' literal with the specified name.static FillChecking
FillChecking. valueOf(String name)
Returns the enum constant of this type with the specified name.static FillChecking[]
FillChecking. values()
Returns an array containing the constants of this enum type, 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 FillChecking Modifier and Type Method Description FillChecking
CommonFactoryImpl. 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 FillChecking Modifier and Type Method Description FillChecking
BasicFeature. getFillChecking()
Returns the value of the 'Fill Checking' attribute.FillChecking
BasicTabularSection. getFillChecking()
Returns the value of the 'Fill Checking' attribute.FillChecking
Constant. getFillChecking()
Returns the value of the 'Fill Checking' attribute.FillChecking
Dimension. getFillChecking()
Returns the value of the 'Fill Checking' attribute.FillChecking
Field. getFillChecking()
Returns the value of the 'Fill Checking' attribute.FillChecking
StandardAttribute. getFillChecking()
Returns the value of the 'Fill Checking' attribute.FillChecking
StandardTabularSectionDescription. getFillChecking()
Returns the value of the 'Fill Checking' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type FillChecking Modifier and Type Method Description void
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 FillChecking Modifier and Type Method Description FillChecking
BasicFeatureImpl. getFillChecking()
FillChecking
BasicTabularSectionImpl. getFillChecking()
FillChecking
ConstantImpl. getFillChecking()
FillChecking
DimensionImpl. getFillChecking()
FillChecking
FieldImpl. getFillChecking()
FillChecking
StandardAttributeImpl. getFillChecking()
FillChecking
StandardTabularSectionDescriptionImpl. getFillChecking()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type FillChecking Modifier and Type Method Description void
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)
-