Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.PredefinedDataUpdate
-
Packages that use PredefinedDataUpdate Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 PredefinedDataUpdate Modifier and Type Field Description static 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 PredefinedDataUpdate Modifier and Type Method Description static PredefinedDataUpdatePredefinedDataUpdate. get(int value)Returns the 'Predefined Data Update' literal with the specified integer value.static PredefinedDataUpdatePredefinedDataUpdate. get(String literal)Returns the 'Predefined Data Update' literal with the specified literal value.static PredefinedDataUpdatePredefinedDataUpdate. getByName(String name)Returns the 'Predefined Data Update' literal with the specified name.PredefinedDataUpdateCatalog. getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.PredefinedDataUpdateChartOfAccounts. getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.PredefinedDataUpdateChartOfCalculationTypes. getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.PredefinedDataUpdateChartOfCharacteristicTypes. getPredefinedDataUpdate()Returns the value of the 'Predefined Data Update' attribute.static PredefinedDataUpdatePredefinedDataUpdate. valueOf(String name)Returns the enum constant of this type with the specified name.static PredefinedDataUpdate[]PredefinedDataUpdate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type PredefinedDataUpdate Modifier and Type Method Description voidCatalog. 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 PredefinedDataUpdate Modifier and Type Method Description PredefinedDataUpdateMdClassFactoryImpl. createPredefinedDataUpdateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PredefinedDataUpdateCatalogImpl. getPredefinedDataUpdate()PredefinedDataUpdateChartOfAccountsImpl. getPredefinedDataUpdate()PredefinedDataUpdateChartOfCalculationTypesImpl. getPredefinedDataUpdate()PredefinedDataUpdateChartOfCharacteristicTypesImpl. getPredefinedDataUpdate()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type PredefinedDataUpdate Modifier and Type Method Description voidCatalogImpl. 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 PredefinedDataUpdate Modifier and Type Method Description booleanMdClassValidator. validatePredefinedDataUpdate(PredefinedDataUpdate predefinedDataUpdate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-