Uses of Interface
com._1c.g5.v8.dt.xdto.model.Package
-
-
Uses of Package in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Package Modifier and Type Method Description Package
XDTOPackage. getPackage()
Returns the value of the 'Package' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Package Modifier and Type Method Description void
XDTOPackage. setPackage(Package value)
Sets the value of the 'Package
' reference. -
Uses of Package in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Package Modifier and Type Method Description Package
XDTOPackageImpl. getPackage()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Package Modifier and Type Method Description void
XDTOPackageImpl. setPackage(Package newPackage)
-
Uses of Package in com._1c.g5.v8.dt.xdto.model
Methods in com._1c.g5.v8.dt.xdto.model that return Package Modifier and Type Method Description Package
XdtoFactory. createPackage()
Returns a new object of class 'Package'.Methods in com._1c.g5.v8.dt.xdto.model that return types with arguments of type Package Modifier and Type Method Description org.eclipse.emf.common.util.EList<Package>
InnerModel. getPackages()
Returns the value of the 'Packages' containment reference list.org.eclipse.emf.common.util.EList<Package>
Model. getPackages()
Returns the value of the 'Packages' reference list. -
Uses of Package in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement Package Modifier and Type Class Description class
PackageImpl
An implementation of the model object 'Package'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Package Modifier and Type Method Description Package
XdtoFactoryImpl. createPackage()
Methods in com._1c.g5.v8.dt.xdto.model.impl that return types with arguments of type Package Modifier and Type Method Description org.eclipse.emf.common.util.EList<Package>
InnerModelImpl. getPackages()
org.eclipse.emf.common.util.EList<Package>
ModelImpl. getPackages()
-
Uses of Package in com._1c.g5.v8.dt.xdto.model.resource
Methods in com._1c.g5.v8.dt.xdto.model.resource with parameters of type Package Modifier and Type Method Description static Map<String,String>
XdtoIndexUtil. createPackageIndexInformation(Package xdtoPackage)
Create additional index information forPackage
-
Uses of Package in com._1c.g5.v8.dt.xdto.model.util
Methods in com._1c.g5.v8.dt.xdto.model.util with parameters of type Package Modifier and Type Method Description T
XdtoSwitch. casePackage(Package object)
Returns the result of interpreting the object as an instance of 'Package'. -
Uses of Package in com._1c.g5.v8.dt.xdto.naming
Methods in com._1c.g5.v8.dt.xdto.naming with parameters of type Package Modifier and Type Method Description protected org.eclipse.xtext.naming.QualifiedName
XdtoQualifiedNameProvider. computeFqn(Package xdtoPackage)
Get fqn for object from xdto package -
Uses of Package in com._1c.g5.v8.dt.xdto.resource
Methods in com._1c.g5.v8.dt.xdto.resource that return Package Modifier and Type Method Description protected Package
CurrentConfigurationPackageProvider. createCurrentConfigPackage(org.eclipse.core.resources.IProject project)
CreatesPackage
corresponding to the platform xdto package with uir "http://v8.1c.ru/8.1/data/enterprise/current-config"Package
XdtoToXsdSerializer. deserialize(XMLStreamReader reader, org.eclipse.emf.ecore.EObject container, org.eclipse.emf.ecore.EStructuralFeature featureToSet)
Convert xsd scheme to Xdto objectPackage
Package
CurrentConfigurationPackageProvider. getCurrentConfigPackage(org.eclipse.core.resources.IProject project)
Package
ICurrentConfigurationPackageProvider. getCurrentConfigPackage(org.eclipse.core.resources.IProject project)
GetsPackage
with uri "http://v8.1c.ru/8.1/data/enterprise/current-config"Methods in com._1c.g5.v8.dt.xdto.resource with parameters of type Package Modifier and Type Method Description Map<String,String>
XdtoAdditionalIndexInformationHelper. createAdditionalPackageIndexInformation(Package xdtoPackage)
Create additional index information forPackage
protected void
XdtoResourceDescriptionStrategy. createPackageDescription(Package xdtoPackage, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor)
Creates indexing element forxdtoPackage
void
XdtoToXsdSerializer. exportToXsd(Package pack, OutputStream outputStream)
Exports package to the xsd format.void
XdtoToXsdSerializer. exportToXsd(Package pack, Path path)
Exports package to the xsd format.protected void
CurrentConfigurationPackageProvider. fillDependencies(Package xdtoPackage)
Creates dependencies of thePackage
with uri "http://v8.1c.ru/8.1/data/enterprise/current-config" -
Uses of Package in com._1c.g5.v8.dt.xdto.util
Methods in com._1c.g5.v8.dt.xdto.util with parameters of type Package Modifier and Type Method Description static boolean
XdtoUtil. dependencyContains(Package xdtoPackage, String nsUri)
Checks that package contains the dependency in import section -
Uses of Package in com._1c.g5.v8.dt.xdto.validation
Methods in com._1c.g5.v8.dt.xdto.validation with parameters of type Package Modifier and Type Method Description void
XdtoValidator. checkPackage(Package xdtoPackage)
-