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 Property
XdtoFactory. createProperty()
Returns a new object of class 'Property'.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 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 void
PackageScopeSpec. 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 class
PropertyImpl
An implementation of the model object 'Property'.Methods in com._1c.g5.v8.dt.xdto.model.impl that return Property Modifier and Type Method Description Property
XdtoFactoryImpl. createProperty()
Property
PackageScopeSpecImpl. 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 void
PackageScopeSpecImpl. 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 T
XdtoSwitch. 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.QualifiedName
XdtoQualifiedNameProvider. 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 Property
CurrentConfigurationPackageProvider. 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 forProperty
index element.Method parameters in com._1c.g5.v8.dt.xdto.resource with type arguments of type Property Modifier and Type Method Description protected void
XdtoResourceDescriptionStrategy. 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 String
XdtoUtil. getPropertyName(Property property)
static String
XdtoUtil. 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 void
XdtoValidator. checkProperty(Property property)
Deprecated.
-