Uses of Interface
com.irisel.oms.olapi.internal.Property

Packages that use Property
com.irisel.oms.olapi.internal   
 

Uses of Property in com.irisel.oms.olapi.internal
 

Classes in com.irisel.oms.olapi.internal that implement Property
 class DataProperty
          This class is an implementation of the interface Property and represents a Database Property It inherits from AbstractDataProperty but it is particular to Database, it is built from ResultSetMetaData It is used to deal with field-level details of the OMS Data Model.
 

Methods in com.irisel.oms.olapi.internal that return Property
 Property Class.getProperty(int index)
           
 Property Class.getProperty(java.lang.String name)
           
 Property OMSBrowser.getProperty(java.lang.String classname, java.lang.String propname)
           
 Property Browser.getProperty(java.lang.String classname, java.lang.String propname)
          Deprecated.  
 

Methods in com.irisel.oms.olapi.internal with parameters of type Property
 void Class.addProperty(Property dp)