Package | Description |
---|---|
com.irisel.oms.olapi.internal |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Class.addProperty(Property dp) |