Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.CharOfAccountCodeSeries
-
Packages that use CharOfAccountCodeSeries 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 CharOfAccountCodeSeries in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type CharOfAccountCodeSeries Modifier and Type Field Description static List<CharOfAccountCodeSeries>CharOfAccountCodeSeries. VALUESA public read-only list of all the 'Char Of Account Code Series' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return CharOfAccountCodeSeries Modifier and Type Method Description static CharOfAccountCodeSeriesCharOfAccountCodeSeries. get(int value)Returns the 'Char Of Account Code Series' literal with the specified integer value.static CharOfAccountCodeSeriesCharOfAccountCodeSeries. get(String literal)Returns the 'Char Of Account Code Series' literal with the specified literal value.static CharOfAccountCodeSeriesCharOfAccountCodeSeries. getByName(String name)Returns the 'Char Of Account Code Series' literal with the specified name.CharOfAccountCodeSeriesChartOfAccounts. getCodeSeries()Returns the value of the 'Code Series' attribute.static CharOfAccountCodeSeriesCharOfAccountCodeSeries. valueOf(String name)Returns the enum constant of this type with the specified name.static CharOfAccountCodeSeries[]CharOfAccountCodeSeries. 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 CharOfAccountCodeSeries Modifier and Type Method Description voidChartOfAccounts. setCodeSeries(CharOfAccountCodeSeries value)Sets the value of the 'Code Series' attribute. -
Uses of CharOfAccountCodeSeries in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CharOfAccountCodeSeries Modifier and Type Method Description CharOfAccountCodeSeriesMdClassFactoryImpl. createCharOfAccountCodeSeriesFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)CharOfAccountCodeSeriesChartOfAccountsImpl. getCodeSeries()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CharOfAccountCodeSeries Modifier and Type Method Description voidChartOfAccountsImpl. setCodeSeries(CharOfAccountCodeSeries newCodeSeries) -
Uses of CharOfAccountCodeSeries in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CharOfAccountCodeSeries Modifier and Type Method Description booleanMdClassValidator. validateCharOfAccountCodeSeries(CharOfAccountCodeSeries charOfAccountCodeSeries, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-