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 AbstractGeographicalSchemaGeographicalSchemaExtInfo. 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 voidGeographicalSchemaExtInfo. 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 AbstractGeographicalSchemaGeographicalSchemaExtInfoImpl. getGeographicalSchema()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AbstractGeographicalSchema Modifier and Type Method Description voidGeographicalSchemaExtInfoImpl. 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 interfaceGeographicalSchemaA 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 classGeographicalSchemaImplAn 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 TGeographicalSchemaSwitch. 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 AbstractGeographicalSchemaMdClassFactory. 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 classAbstractGeographicalSchemaImplAn 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 AbstractGeographicalSchemaMdClassFactoryImpl. 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 TMdClassSwitch. caseAbstractGeographicalSchema(AbstractGeographicalSchema object)Returns the result of interpreting the object as an instance of 'Abstract Geographical Schema'.booleanMdClassValidator. validateAbstractGeographicalSchema(AbstractGeographicalSchema abstractGeographicalSchema, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-