Uses of Class
com._1c.g5.v8.dt.metadata.common.AllowedLength
-
-
Uses of AllowedLength in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return AllowedLength Modifier and Type Method Description static 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 AllowedLength Constructor Description PredefinedContainerCodeAllowedLengthChangeTask(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 AllowedLength Modifier and Type Field Description static 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 AllowedLength Modifier and Type Method Description static AllowedLengthAllowedLength. get(int value)Returns the 'Allowed Length' literal with the specified integer value.static AllowedLengthAllowedLength. get(String literal)Returns the 'Allowed Length' literal with the specified literal value.static AllowedLengthAllowedLength. getByName(String name)Returns the 'Allowed Length' literal with the specified name.static AllowedLengthAllowedLength. valueOf(String name)Returns the enum constant of this type with the specified name.static AllowedLength[]AllowedLength. values()Returns an array containing the constants of this enum type, 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 AllowedLength Modifier and Type Method Description AllowedLengthCommonFactoryImpl. 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 AllowedLength Modifier and Type Method Description AllowedLengthCatalog. getCodeAllowedLength()Returns the value of the 'Code Allowed Length' attribute.AllowedLengthChartOfCalculationTypes. getCodeAllowedLength()Returns the value of the 'Code Allowed Length' attribute.AllowedLengthChartOfCharacteristicTypes. getCodeAllowedLength()Returns the value of the 'Code Allowed Length' attribute.AllowedLengthExchangePlan. getCodeAllowedLength()Returns the value of the 'Code Allowed Length' attribute.AllowedLengthBusinessProcess. getNumberAllowedLength()Returns the value of the 'Number Allowed Length' attribute.AllowedLengthDocument. getNumberAllowedLength()Returns the value of the 'Number Allowed Length' attribute.AllowedLengthDocumentNumerator. getNumberAllowedLength()Returns the value of the 'Number Allowed Length' attribute.AllowedLengthTask. getNumberAllowedLength()Returns the value of the 'Number Allowed Length' attribute.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AllowedLength Modifier and Type Method Description voidCatalog. 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 AllowedLength Modifier and Type Method Description AllowedLengthCatalogImpl. getCodeAllowedLength()AllowedLengthChartOfCalculationTypesImpl. getCodeAllowedLength()AllowedLengthChartOfCharacteristicTypesImpl. getCodeAllowedLength()AllowedLengthExchangePlanImpl. getCodeAllowedLength()AllowedLengthBusinessProcessImpl. getNumberAllowedLength()AllowedLengthDocumentImpl. getNumberAllowedLength()AllowedLengthDocumentNumeratorImpl. getNumberAllowedLength()AllowedLengthTaskImpl. getNumberAllowedLength()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AllowedLength Modifier and Type Method Description voidCatalogImpl. 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)
-