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 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 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. VALUES
A 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 AllowedLength
AllowedLength. get(int value)
Returns the 'Allowed Length' literal with the specified integer value.static AllowedLength
AllowedLength. get(String literal)
Returns the 'Allowed Length' literal with the specified literal value.static AllowedLength
AllowedLength. getByName(String name)
Returns the 'Allowed Length' literal with the specified name.static AllowedLength
AllowedLength. 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 AllowedLength
CommonFactoryImpl. 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 AllowedLength
Catalog. getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.AllowedLength
ChartOfCalculationTypes. getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.AllowedLength
ChartOfCharacteristicTypes. getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.AllowedLength
ExchangePlan. getCodeAllowedLength()
Returns the value of the 'Code Allowed Length' attribute.AllowedLength
BusinessProcess. getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.AllowedLength
Document. getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.AllowedLength
DocumentNumerator. getNumberAllowedLength()
Returns the value of the 'Number Allowed Length' attribute.AllowedLength
Task. 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 void
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 AllowedLength Modifier and Type Method Description AllowedLength
CatalogImpl. getCodeAllowedLength()
AllowedLength
ChartOfCalculationTypesImpl. getCodeAllowedLength()
AllowedLength
ChartOfCharacteristicTypesImpl. getCodeAllowedLength()
AllowedLength
ExchangePlanImpl. getCodeAllowedLength()
AllowedLength
BusinessProcessImpl. getNumberAllowedLength()
AllowedLength
DocumentImpl. getNumberAllowedLength()
AllowedLength
DocumentNumeratorImpl. getNumberAllowedLength()
AllowedLength
TaskImpl. getNumberAllowedLength()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AllowedLength Modifier and Type Method Description void
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)
-