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 AllowedLengthPredefinedItemUtil.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.VALUESA public read-only list of all the 'Allowed Length' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return AllowedLengthModifier and TypeMethodDescriptionstatic AllowedLengthAllowedLength.get(int value) Returns the 'Allowed Length' literal with the specified integer value.static AllowedLengthReturns the 'Allowed Length' literal with the specified literal value.static AllowedLengthReturns the 'Allowed Length' literal with the specified name.static AllowedLengthReturns 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 TypeMethodDescriptionvoidCatalog.setCodeAllowedLength(AllowedLength value) Sets the value of the 'Code Allowed Length' attribute.voidChartOfCalculationTypes.setCodeAllowedLength(AllowedLength value) Sets the value of the 'Code Allowed Length' attribute.voidChartOfCharacteristicTypes.setCodeAllowedLength(AllowedLength value) Sets the value of the 'Code Allowed Length' attribute.voidExchangePlan.setCodeAllowedLength(AllowedLength value) Sets the value of the 'Code Allowed Length' attribute.voidBusinessProcess.setNumberAllowedLength(AllowedLength value) Sets the value of the 'Number Allowed Length' attribute.voidDocument.setNumberAllowedLength(AllowedLength value) Sets the value of the 'Number Allowed Length' attribute.voidDocumentNumerator.setNumberAllowedLength(AllowedLength value) Sets the value of the 'Number Allowed Length' attribute.voidTask.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 TypeMethodDescriptionvoidCatalogImpl.setCodeAllowedLength(AllowedLength newCodeAllowedLength) voidChartOfCalculationTypesImpl.setCodeAllowedLength(AllowedLength newCodeAllowedLength) voidChartOfCharacteristicTypesImpl.setCodeAllowedLength(AllowedLength newCodeAllowedLength) voidExchangePlanImpl.setCodeAllowedLength(AllowedLength newCodeAllowedLength) voidBusinessProcessImpl.setNumberAllowedLength(AllowedLength newNumberAllowedLength) voidDocumentImpl.setNumberAllowedLength(AllowedLength newNumberAllowedLength) voidDocumentNumeratorImpl.setNumberAllowedLength(AllowedLength newNumberAllowedLength) voidTaskImpl.setNumberAllowedLength(AllowedLength newNumberAllowedLength)