Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ChartOfAccountsPredefined
-
Packages that use ChartOfAccountsPredefined 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 ChartOfAccountsPredefined in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ChartOfAccountsPredefined Modifier and Type Method Description ChartOfAccountsPredefined
MdClassFactory. createChartOfAccountsPredefined()
Returns a new object of class 'Chart Of Accounts Predefined'.ChartOfAccountsPredefined
ChartOfAccounts. getPredefined()
Returns the value of the 'Predefined' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type ChartOfAccountsPredefined Modifier and Type Method Description void
ChartOfAccounts. setPredefined(ChartOfAccountsPredefined value)
Sets the value of the 'Predefined
' containment reference. -
Uses of ChartOfAccountsPredefined in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ChartOfAccountsPredefined Modifier and Type Class Description class
ChartOfAccountsPredefinedImpl
An implementation of the model object 'Chart Of Accounts Predefined'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ChartOfAccountsPredefined Modifier and Type Method Description ChartOfAccountsPredefined
MdClassFactoryImpl. createChartOfAccountsPredefined()
ChartOfAccountsPredefined
ChartOfAccountsImpl. getPredefined()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ChartOfAccountsPredefined Modifier and Type Method Description void
ChartOfAccountsImpl. setPredefined(ChartOfAccountsPredefined newPredefined)
-
Uses of ChartOfAccountsPredefined in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ChartOfAccountsPredefined Modifier and Type Method Description T
MdClassSwitch. caseChartOfAccountsPredefined(ChartOfAccountsPredefined object)
Returns the result of interpreting the object as an instance of 'Chart Of Accounts Predefined'.boolean
MdClassValidator. validateChartOfAccountsPredefined(ChartOfAccountsPredefined chartOfAccountsPredefined, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-