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.VALUES
A 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 PredefinedDataUpdate
PredefinedDataUpdate.get
(int value) Returns the 'Predefined Data Update' literal with the specified integer value.static PredefinedDataUpdate
Returns the 'Predefined Data Update' literal with the specified literal value.static PredefinedDataUpdate
Returns 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 PredefinedDataUpdate
Returns 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 TypeMethodDescriptionvoid
Catalog.setPredefinedDataUpdate
(PredefinedDataUpdate value) Sets the value of the 'Predefined Data Update
' attribute.void
ChartOfAccounts.setPredefinedDataUpdate
(PredefinedDataUpdate value) Sets the value of the 'Predefined Data Update
' attribute.void
ChartOfCalculationTypes.setPredefinedDataUpdate
(PredefinedDataUpdate value) Sets the value of the 'Predefined Data Update
' attribute.void
ChartOfCharacteristicTypes.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 TypeMethodDescriptionvoid
CatalogImpl.setPredefinedDataUpdate
(PredefinedDataUpdate newPredefinedDataUpdate) void
ChartOfAccountsImpl.setPredefinedDataUpdate
(PredefinedDataUpdate newPredefinedDataUpdate) void
ChartOfCalculationTypesImpl.setPredefinedDataUpdate
(PredefinedDataUpdate newPredefinedDataUpdate) void
ChartOfCharacteristicTypesImpl.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 TypeMethodDescriptionboolean
MdClassValidator.validatePredefinedDataUpdate
(PredefinedDataUpdate predefinedDataUpdate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)