Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.AllowedLength
Packages that use AllowedLength
Package
Description
-
Uses of AllowedLength in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return AllowedLengthModifier and TypeMethodDescriptionstatic AllowedLength
PredefinedItemUtil.getCodeAllowedLength
(BasicDbObject obj) Gets code allowed length. -
Uses of AllowedLength in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type AllowedLengthModifierConstructorDescriptionPredefinedContainerCodeAllowedLengthChangeTask
(BasicDbObject basicDbObject, AllowedLength length, org.eclipse.emf.ecore.EStructuralFeature feature) Creates a newPredefinedContainerCodeAllowedLengthChangeTask
. -
Uses of AllowedLength in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type AllowedLengthModifier and TypeFieldDescriptionstatic final List<AllowedLength>
AllowedLength.VALUES
A public read-only list of all the 'Allowed Length' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AllowedLengthModifier and TypeMethodDescriptionstatic AllowedLength
AllowedLength.get
(int value) Returns the 'Allowed Length' literal with the specified integer value.static AllowedLength
Returns the 'Allowed Length' literal with the specified literal value.static AllowedLength
Returns the 'Allowed Length' literal with the specified name.static AllowedLength
Returns the enum constant of this class with the specified name.static AllowedLength[]
AllowedLength.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AllowedLength in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return AllowedLengthModifier and TypeMethodDescriptionCommonFactoryImpl.createAllowedLengthFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of AllowedLength in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AllowedLengthModifier and TypeMethodDescriptionCatalog.getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.ChartOfCalculationTypes.getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.ChartOfCharacteristicTypes.getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.ExchangePlan.getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.BusinessProcess.getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.Document.getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.DocumentNumerator.getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.Task.getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AllowedLengthModifier and TypeMethodDescriptionvoid
Catalog.setCodeAllowedLength
(AllowedLength value) Sets the value of the 'Code Allowed Length
' attribute.void
ChartOfCalculationTypes.setCodeAllowedLength
(AllowedLength value) Sets the value of the 'Code Allowed Length
' attribute.void
ChartOfCharacteristicTypes.setCodeAllowedLength
(AllowedLength value) Sets the value of the 'Code Allowed Length
' attribute.void
ExchangePlan.setCodeAllowedLength
(AllowedLength value) Sets the value of the 'Code Allowed Length
' attribute.void
BusinessProcess.setNumberAllowedLength
(AllowedLength value) Sets the value of the 'Number Allowed Length
' attribute.void
Document.setNumberAllowedLength
(AllowedLength value) Sets the value of the 'Number Allowed Length
' attribute.void
DocumentNumerator.setNumberAllowedLength
(AllowedLength value) Sets the value of the 'Number Allowed Length
' attribute.void
Task.setNumberAllowedLength
(AllowedLength value) Sets the value of the 'Number Allowed Length
' attribute. -
Uses of AllowedLength in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AllowedLengthModifier and TypeMethodDescriptionCatalogImpl.getCodeAllowedLength()
ChartOfCalculationTypesImpl.getCodeAllowedLength()
ChartOfCharacteristicTypesImpl.getCodeAllowedLength()
ExchangePlanImpl.getCodeAllowedLength()
BusinessProcessImpl.getNumberAllowedLength()
DocumentImpl.getNumberAllowedLength()
DocumentNumeratorImpl.getNumberAllowedLength()
TaskImpl.getNumberAllowedLength()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AllowedLengthModifier and TypeMethodDescriptionvoid
CatalogImpl.setCodeAllowedLength
(AllowedLength newCodeAllowedLength) void
ChartOfCalculationTypesImpl.setCodeAllowedLength
(AllowedLength newCodeAllowedLength) void
ChartOfCharacteristicTypesImpl.setCodeAllowedLength
(AllowedLength newCodeAllowedLength) void
ExchangePlanImpl.setCodeAllowedLength
(AllowedLength newCodeAllowedLength) void
BusinessProcessImpl.setNumberAllowedLength
(AllowedLength newNumberAllowedLength) void
DocumentImpl.setNumberAllowedLength
(AllowedLength newNumberAllowedLength) void
DocumentNumeratorImpl.setNumberAllowedLength
(AllowedLength newNumberAllowedLength) void
TaskImpl.setNumberAllowedLength
(AllowedLength newNumberAllowedLength)