Uses of Interface
com._1c.g5.v8.dt.xdto.model.Property
Packages that use Property
Package
Description
-
Uses of Property in com._1c.g5.v8.dt.xdto.model
Methods in com._1c.g5.v8.dt.xdto.model that return PropertyModifier and TypeMethodDescriptionXdtoFactory.createProperty()Returns a new object of class 'Property'.PackageScopeSpec.getProperty()Returns the value of the 'Property' reference.Methods in com._1c.g5.v8.dt.xdto.model that return types with arguments of type PropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Property>ObjectType.getProperties()Returns the value of the 'Properties' containment reference list.org.eclipse.emf.common.util.EList<Property>Package.getProperties()Returns the value of the 'Properties' containment reference list.Methods in com._1c.g5.v8.dt.xdto.model with parameters of type PropertyModifier and TypeMethodDescriptionvoidPackageScopeSpec.setProperty(Property value) Sets the value of the 'Property' reference. -
Uses of Property in com._1c.g5.v8.dt.xdto.model.impl
Classes in com._1c.g5.v8.dt.xdto.model.impl that implement PropertyModifier and TypeClassDescriptionclassAn implementation of the model object 'Property'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return PropertyModifier and TypeMethodDescriptionXdtoFactoryImpl.createProperty()PackageScopeSpecImpl.getProperty()Methods in com._1c.g5.v8.dt.xdto.model.impl that return types with arguments of type PropertyModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Property>ObjectTypeImpl.getProperties()org.eclipse.emf.common.util.EList<Property>PackageImpl.getProperties()Methods in com._1c.g5.v8.dt.xdto.model.impl with parameters of type Property -
Uses of Property in com._1c.g5.v8.dt.xdto.model.util
Methods in com._1c.g5.v8.dt.xdto.model.util with parameters of type PropertyModifier and TypeMethodDescriptionXdtoSwitch.caseProperty(Property object) Returns the result of interpreting the object as an instance of 'Property'. -
Uses of Property in com._1c.g5.v8.dt.xdto.naming
Methods in com._1c.g5.v8.dt.xdto.naming with parameters of type PropertyModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedNameXdtoQualifiedNameProvider.computeFqn(Property property) Get fqn for object from xdto package -
Uses of Property in com._1c.g5.v8.dt.xdto.resource
Methods in com._1c.g5.v8.dt.xdto.resource that return PropertyModifier and TypeMethodDescriptionprotected PropertyCurrentConfigurationPackageProvider.createPropertyByPropertyType(Property property) Methods in com._1c.g5.v8.dt.xdto.resource with parameters of type PropertyModifier and TypeMethodDescriptionXdtoAdditionalIndexInformationHelper.createAdditionalPropertyPackageIndexInformation(Property property) Fill additional information forPropertyindex element.Method parameters in com._1c.g5.v8.dt.xdto.resource with type arguments of type PropertyModifier and TypeMethodDescriptionprotected voidXdtoResourceDescriptionStrategy.createPropertyDescriptions(List<Property> properties, String nsUri, org.eclipse.xtext.util.IAcceptor<org.eclipse.xtext.resource.IEObjectDescription> acceptor) Creates indexing elements forProperty -
Uses of Property in com._1c.g5.v8.dt.xdto.util
Methods in com._1c.g5.v8.dt.xdto.util with parameters of type PropertyModifier and TypeMethodDescriptionstatic StringXdtoUtil.getPropertyName(Property property) static StringXdtoUtil.getPropertyPresentation(Property property) Gets string presentation ofProperty: localName$Name$Form$ns uri -
Uses of Property in com._1c.g5.v8.dt.xdto.validation
Methods in com._1c.g5.v8.dt.xdto.validation with parameters of type PropertyModifier and TypeMethodDescriptionvoidXdtoValidator.checkProperty(Property property) Deprecated.