Uses of Interface
com._1c.g5.v8.dt.geographicalschema.model.GeographicalSchema
-
-
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.files
Methods in com._1c.g5.v8.dt.geographicalschema.files that return GeographicalSchema Modifier and Type Method Description GeographicalSchema
GeographicalSchemaSerializer. deserialize(IListInStream lis, IV8Project iv8Project)
DeserializesGeographicalSchema
Methods in com._1c.g5.v8.dt.geographicalschema.files with parameters of type GeographicalSchema Modifier and Type Method Description void
GeographicalSchemaSerializer. serialize(GeographicalSchema schema, IListOutStream los)
SerializesGeographicalSchema
-
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model
Methods in com._1c.g5.v8.dt.geographicalschema.model that return GeographicalSchema Modifier and Type Method Description GeographicalSchema
GeographicalSchemaFactory. createGeographicalSchema()
Returns a new object of class 'Geographical Schema'. -
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model.impl
Classes in com._1c.g5.v8.dt.geographicalschema.model.impl that implement GeographicalSchema Modifier and Type Class Description class
GeographicalSchemaImpl
An implementation of the model object 'Geographical Schema'.Methods in com._1c.g5.v8.dt.geographicalschema.model.impl that return GeographicalSchema Modifier and Type Method Description GeographicalSchema
GeographicalSchemaFactoryImpl. createGeographicalSchema()
-
Uses of GeographicalSchema in com._1c.g5.v8.dt.geographicalschema.model.util
Methods in com._1c.g5.v8.dt.geographicalschema.model.util with parameters of type GeographicalSchema Modifier and Type Method Description T
GeographicalSchemaSwitch. caseGeographicalSchema(GeographicalSchema object)
Returns the result of interpreting the object as an instance of 'Geographical Schema'.
-