Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.RealTimePosting
-
Packages that use RealTimePosting 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 RealTimePosting in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type RealTimePosting Modifier and Type Field Description static List<RealTimePosting>RealTimePosting. VALUESA public read-only list of all the 'Real Time Posting' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return RealTimePosting Modifier and Type Method Description static RealTimePostingRealTimePosting. get(int value)Returns the 'Real Time Posting' literal with the specified integer value.static RealTimePostingRealTimePosting. get(String literal)Returns the 'Real Time Posting' literal with the specified literal value.static RealTimePostingRealTimePosting. getByName(String name)Returns the 'Real Time Posting' literal with the specified name.RealTimePostingDocument. getRealTimePosting()Returns the value of the 'Real Time Posting' attribute.static RealTimePostingRealTimePosting. valueOf(String name)Returns the enum constant of this type with the specified name.static RealTimePosting[]RealTimePosting. 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 RealTimePosting Modifier and Type Method Description voidDocument. setRealTimePosting(RealTimePosting value)Sets the value of the 'Real Time Posting' attribute. -
Uses of RealTimePosting in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return RealTimePosting Modifier and Type Method Description RealTimePostingMdClassFactoryImpl. createRealTimePostingFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)RealTimePostingDocumentImpl. getRealTimePosting()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type RealTimePosting Modifier and Type Method Description voidDocumentImpl. setRealTimePosting(RealTimePosting newRealTimePosting) -
Uses of RealTimePosting in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type RealTimePosting Modifier and Type Method Description booleanMdClassValidator. validateRealTimePosting(RealTimePosting realTimePosting, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-