Uses of Interface
org.eclipse.datatools.connectivity.oda.design.Property

Packages that use Property
org.eclipse.datatools.connectivity.oda.design [Platform API] Defines an Open Data Access (ODA) design session that allows a custom ODA designer tool to specify the slice of data to access at run-time. 
org.eclipse.datatools.connectivity.oda.design.util Provides a utility component for handling of ODA Design API objects. 
 

Uses of Property in org.eclipse.datatools.connectivity.oda.design
 

Methods in org.eclipse.datatools.connectivity.oda.design that return Property
 Property DesignFactory.createProperty()
          Returns a new object of class 'Property'.
 Property Properties.findProperty(java.lang.String propName)
          Finds and returns the Property with the given property name in the 'Properties' containment reference list.
 

Methods in org.eclipse.datatools.connectivity.oda.design that return types with arguments of type Property
 org.eclipse.emf.common.util.EList<Property> Properties.getProperties()
          Returns the value of the 'Properties' containment reference list.
 

Uses of Property in org.eclipse.datatools.connectivity.oda.design.util
 

Methods in org.eclipse.datatools.connectivity.oda.design.util with parameters of type Property
 T DesignSwitch.caseProperty(Property object)
          Returns the result of interpreting the object as an instance of 'Property'.