Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.RealTimePosting
Packages that use RealTimePosting
Package
Description
-
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 RealTimePostingModifier and TypeFieldDescriptionstatic final List<RealTimePosting>
RealTimePosting.VALUES
A public read-only list of all the 'Real Time Posting' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return RealTimePostingModifier and TypeMethodDescriptionstatic RealTimePosting
RealTimePosting.get
(int value) Returns the 'Real Time Posting' literal with the specified integer value.static RealTimePosting
Returns the 'Real Time Posting' literal with the specified literal value.static RealTimePosting
Returns the 'Real Time Posting' literal with the specified name.Document.getRealTimePosting()
Returns the value of the 'Real Time Posting' attribute.static RealTimePosting
Returns the enum constant of this class with the specified name.static RealTimePosting[]
RealTimePosting.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type RealTimePostingModifier and TypeMethodDescriptionvoid
Document.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 RealTimePostingModifier and TypeMethodDescriptionMdClassFactoryImpl.createRealTimePostingFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DocumentImpl.getRealTimePosting()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type RealTimePostingModifier and TypeMethodDescriptionvoid
DocumentImpl.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 RealTimePostingModifier and TypeMethodDescriptionboolean
MdClassValidator.validateRealTimePosting
(RealTimePosting realTimePosting, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)