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. VALUES
A 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 PredefinedDataUpdate
PredefinedDataUpdate. get(int value)
Returns the 'Predefined Data Update' literal with the specified integer value.static PredefinedDataUpdate
PredefinedDataUpdate. get(String literal)
Returns the 'Predefined Data Update' literal with the specified literal value.static PredefinedDataUpdate
PredefinedDataUpdate. getByName(String name)
Returns the 'Predefined Data Update' literal with the specified name.PredefinedDataUpdate
Catalog. getPredefinedDataUpdate()
Returns the value of the 'Predefined Data Update' attribute.PredefinedDataUpdate
ChartOfAccounts. getPredefinedDataUpdate()
Returns the value of the 'Predefined Data Update' attribute.PredefinedDataUpdate
ChartOfCalculationTypes. getPredefinedDataUpdate()
Returns the value of the 'Predefined Data Update' attribute.PredefinedDataUpdate
ChartOfCharacteristicTypes. getPredefinedDataUpdate()
Returns the value of the 'Predefined Data Update' attribute.static PredefinedDataUpdate
PredefinedDataUpdate. 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 void
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 PredefinedDataUpdate Modifier and Type Method Description PredefinedDataUpdate
MdClassFactoryImpl. createPredefinedDataUpdateFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
PredefinedDataUpdate
CatalogImpl. getPredefinedDataUpdate()
PredefinedDataUpdate
ChartOfAccountsImpl. getPredefinedDataUpdate()
PredefinedDataUpdate
ChartOfCalculationTypesImpl. getPredefinedDataUpdate()
PredefinedDataUpdate
ChartOfCharacteristicTypesImpl. getPredefinedDataUpdate()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type PredefinedDataUpdate Modifier and Type Method Description void
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 PredefinedDataUpdate Modifier and Type Method Description boolean
MdClassValidator. validatePredefinedDataUpdate(PredefinedDataUpdate predefinedDataUpdate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-