Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.PredefinedDataUpdate
Packages that use PredefinedDataUpdate
Package
Description
-
Uses of PredefinedDataUpdate in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type PredefinedDataUpdateModifier and TypeFieldDescriptionstatic final List<PredefinedDataUpdate>PredefinedDataUpdate.VALUESA public read-only list of all the 'Predefined Data Update' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return PredefinedDataUpdateModifier and TypeMethodDescriptionstatic PredefinedDataUpdatePredefinedDataUpdate.get(int value) Returns the 'Predefined Data Update' literal with the specified integer value.static PredefinedDataUpdateReturns the 'Predefined Data Update' literal with the specified literal value.static PredefinedDataUpdateReturns the 'Predefined Data Update' literal with the specified name.Catalog.getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.ChartOfAccounts.getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.ChartOfCalculationTypes.getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.ChartOfCharacteristicTypes.getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.static PredefinedDataUpdateReturns the enum constant of this class with the specified name.static PredefinedDataUpdate[]PredefinedDataUpdate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type PredefinedDataUpdateModifier and TypeMethodDescriptionvoidCatalog.setPredefinedDataUpdate(PredefinedDataUpdate value) Sets the value of the 'Predefined Data Update' attribute.voidChartOfAccounts.setPredefinedDataUpdate(PredefinedDataUpdate value) Sets the value of the 'Predefined Data Update' attribute.voidChartOfCalculationTypes.setPredefinedDataUpdate(PredefinedDataUpdate value) Sets the value of the 'Predefined Data Update' attribute.voidChartOfCharacteristicTypes.setPredefinedDataUpdate(PredefinedDataUpdate value) Sets the value of the 'Predefined Data Update' attribute. -
Uses of PredefinedDataUpdate in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return PredefinedDataUpdateModifier and TypeMethodDescriptionMdClassFactoryImpl.createPredefinedDataUpdateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) CatalogImpl.getPredefinedDataUpdate()ChartOfAccountsImpl.getPredefinedDataUpdate()ChartOfCalculationTypesImpl.getPredefinedDataUpdate()ChartOfCharacteristicTypesImpl.getPredefinedDataUpdate()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type PredefinedDataUpdateModifier and TypeMethodDescriptionvoidCatalogImpl.setPredefinedDataUpdate(PredefinedDataUpdate newPredefinedDataUpdate) voidChartOfAccountsImpl.setPredefinedDataUpdate(PredefinedDataUpdate newPredefinedDataUpdate) voidChartOfCalculationTypesImpl.setPredefinedDataUpdate(PredefinedDataUpdate newPredefinedDataUpdate) voidChartOfCharacteristicTypesImpl.setPredefinedDataUpdate(PredefinedDataUpdate newPredefinedDataUpdate) -
Uses of PredefinedDataUpdate in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type PredefinedDataUpdateModifier and TypeMethodDescriptionbooleanMdClassValidator.validatePredefinedDataUpdate(PredefinedDataUpdate predefinedDataUpdate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)