Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.Posting
Packages that use Posting
Package
Description
-
Uses of Posting in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type PostingModifier and TypeFieldDescriptionPosting.VALUES
A public read-only list of all the 'Posting' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return PostingModifier and TypeMethodDescriptionstatic Posting
Posting.get
(int value) Returns the 'Posting' literal with the specified integer value.static Posting
Returns the 'Posting' literal with the specified literal value.static Posting
Returns the 'Posting' literal with the specified name.Document.getPosting()
Returns the value of the 'Posting' attribute.static Posting
Returns the enum constant of this class with the specified name.static Posting[]
Posting.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 PostingModifier and TypeMethodDescriptionvoid
Document.setPosting
(Posting value) Sets the value of the 'Posting
' attribute. -
Uses of Posting in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return PostingModifier and TypeMethodDescriptionMdClassFactoryImpl.createPostingFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) DocumentImpl.getPosting()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Posting -
Uses of Posting in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type PostingModifier and TypeMethodDescriptionboolean
MdClassValidator.validatePosting
(Posting posting, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)