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 PackageXDTOPackage. 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 voidXDTOPackage. 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 PackageXDTOPackageImpl. getPackage()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Package Modifier and Type Method Description voidXDTOPackageImpl. 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 PackageXdtoFactory. 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 classPackageImplAn implementation of the model object 'Package'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Package Modifier and Type Method Description PackageXdtoFactoryImpl. 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 TXdtoSwitch. 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.QualifiedNameXdtoQualifiedNameProvider. 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 PackageCurrentConfigurationPackageProvider. createCurrentConfigPackage(org.eclipse.core.resources.IProject project)CreatesPackagecorresponding to the platform xdto package with uir "http://v8.1c.ru/8.1/data/enterprise/current-config"PackageXdtoToXsdSerializer. deserialize(XMLStreamReader reader, org.eclipse.emf.ecore.EObject container, org.eclipse.emf.ecore.EStructuralFeature featureToSet)Convert xsd scheme to Xdto objectPackagePackageCurrentConfigurationPackageProvider. getCurrentConfigPackage(org.eclipse.core.resources.IProject project)PackageICurrentConfigurationPackageProvider. getCurrentConfigPackage(org.eclipse.core.resources.IProject project)GetsPackagewith 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 forPackageprotected voidXdtoResourceDescriptionStrategy. createPackageDescription(Package xdtoPackage, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor)Creates indexing element forxdtoPackagevoidXdtoToXsdSerializer. exportToXsd(Package pack, OutputStream outputStream)Exports package to the xsd format.voidXdtoToXsdSerializer. exportToXsd(Package pack, Path path)Exports package to the xsd format.protected voidCurrentConfigurationPackageProvider. fillDependencies(Package xdtoPackage)Creates dependencies of thePackagewith uri "http://v8.1c.ru/8.1/data/enterprise/current-config" -
Uses of Package in com._1c.g5.v8.dt.xdto.ui.aef.models
Methods in com._1c.g5.v8.dt.xdto.ui.aef.models that return types with arguments of type Package Modifier and Type Method Description static List<Package>XdtoUiUtil. getPackageTreeElements(Object inputElement)Returns package tree elenemts. -
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 booleanXdtoUtil. 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 voidXdtoValidator. checkPackage(Package xdtoPackage)Deprecated.
-