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. VALUES
A 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 CharOfAccountCodeSeries
CharOfAccountCodeSeries. get(int value)
Returns the 'Char Of Account Code Series' literal with the specified integer value.static CharOfAccountCodeSeries
CharOfAccountCodeSeries. get(String literal)
Returns the 'Char Of Account Code Series' literal with the specified literal value.static CharOfAccountCodeSeries
CharOfAccountCodeSeries. getByName(String name)
Returns the 'Char Of Account Code Series' literal with the specified name.CharOfAccountCodeSeries
ChartOfAccounts. getCodeSeries()
Returns the value of the 'Code Series' attribute.static CharOfAccountCodeSeries
CharOfAccountCodeSeries. 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 void
ChartOfAccounts. 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 CharOfAccountCodeSeries
MdClassFactoryImpl. createCharOfAccountCodeSeriesFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
CharOfAccountCodeSeries
ChartOfAccountsImpl. getCodeSeries()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type CharOfAccountCodeSeries Modifier and Type Method Description void
ChartOfAccountsImpl. 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 boolean
MdClassValidator. validateCharOfAccountCodeSeries(CharOfAccountCodeSeries charOfAccountCodeSeries, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-