Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractGeographicalSchema
-
-
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return AbstractGeographicalSchema Modifier and Type Method Description AbstractGeographicalSchema
GeographicalSchemaExtInfo. getGeographicalSchema()
Returns the value of the 'Geographical Schema' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type AbstractGeographicalSchema Modifier and Type Method Description void
GeographicalSchemaExtInfo. setGeographicalSchema(AbstractGeographicalSchema value)
Sets the value of the 'Geographical Schema
' reference. -
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return AbstractGeographicalSchema Modifier and Type Method Description AbstractGeographicalSchema
GeographicalSchemaExtInfoImpl. getGeographicalSchema()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AbstractGeographicalSchema Modifier and Type Method Description void
GeographicalSchemaExtInfoImpl. setGeographicalSchema(AbstractGeographicalSchema newGeographicalSchema)
-
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model
Subinterfaces of AbstractGeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model Modifier and Type Interface Description interface
GeographicalSchema
A representation of the model object 'Geographical Schema'. -
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement AbstractGeographicalSchema Modifier and Type Class Description class
GeographicalSchemaImpl
An implementation of the model object 'Geographical Schema'. -
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type AbstractGeographicalSchema Modifier and Type Method Description T
GeographicalSchemaSwitch. caseAbstractGeographicalSchema(AbstractGeographicalSchema object)
Returns the result of interpreting the object as an instance of 'Abstract Geographical Schema'. -
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractGeographicalSchema Modifier and Type Method Description AbstractGeographicalSchema
MdClassFactory. createAbstractGeographicalSchema()
Returns a new object of class 'Abstract Geographical Schema'. -
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractGeographicalSchema Modifier and Type Class Description class
AbstractGeographicalSchemaImpl
An implementation of the model object 'Abstract Geographical Schema'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractGeographicalSchema Modifier and Type Method Description AbstractGeographicalSchema
MdClassFactoryImpl. createAbstractGeographicalSchema()
-
Uses of AbstractGeographicalSchema in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractGeographicalSchema Modifier and Type Method Description T
MdClassSwitch. caseAbstractGeographicalSchema(AbstractGeographicalSchema object)
Returns the result of interpreting the object as an instance of 'Abstract Geographical Schema'.boolean
MdClassValidator. validateAbstractGeographicalSchema(AbstractGeographicalSchema abstractGeographicalSchema, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-