Uses of Interface
com._1c.g5.v8.dt.xdto.model.Property
-
-
Uses of Property in com._1c.g5.v8.dt.xdto.model
Methods in com._1c.g5.v8.dt.xdto.model that return Property Modifier and Type Method Description PropertyXdtoFactory. createProperty()Returns a new object of class 'Property'.PropertyPackageScopeSpec. getProperty()Returns the value of the 'Property' reference.Methods in com._1c.g5.v8.dt.xdto.model that return types with arguments of type Property Modifier and Type Method Description org.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 Property Modifier and Type Method Description voidPackageScopeSpec. 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 Property Modifier and Type Class Description classPropertyImplAn implementation of the model object 'Property'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Property Modifier and Type Method Description PropertyXdtoFactoryImpl. createProperty()PropertyPackageScopeSpecImpl. getProperty()Methods in com._1c.g5.v8.dt.xdto.model.impl that return types with arguments of type Property Modifier and Type Method Description org.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 Modifier and Type Method Description voidPackageScopeSpecImpl. setProperty(Property newProperty) -
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 Property Modifier and Type Method Description TXdtoSwitch. 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 Property Modifier and Type Method Description protected 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 Property Modifier and Type Method Description protected PropertyCurrentConfigurationPackageProvider. createPropertyByPropertyType(Property property)Methods in com._1c.g5.v8.dt.xdto.resource with parameters of type Property Modifier and Type Method Description Map<String,String>XdtoAdditionalIndexInformationHelper. createAdditionalPropertyPackageIndexInformation(Property property)Fill additional information forPropertyindex element.Method parameters in com._1c.g5.v8.dt.xdto.resource with type arguments of type Property Modifier and Type Method Description protected 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 Property Modifier and Type Method Description static 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 Property Modifier and Type Method Description voidXdtoValidator. checkProperty(Property property)Deprecated.
-