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