Package | Description |
---|---|
com.irisel.oms.blapi.beans | |
com.irisel.oms.exchange | |
com.irisel.oms.guiom.tablemodel |
TableModel support classes.
|
com.irisel.oms.olapi.beans | |
com.irisel.oms.olapi.internal | |
com.irisel.oms.sql |
Modifier and Type | Class and Description |
---|---|
class |
EventLogVO |
class |
XMLBean |
Modifier and Type | Class and Description |
---|---|
class |
DataExchangeInstance |
Constructor and Description |
---|
OMSXMLBeanTableModel(XMLBean[] beans) |
Modifier and Type | Class and Description |
---|---|
class |
AppVO |
class |
ClassVO |
class |
DataInstance |
class |
DataInstanceSet |
class |
DataModelVO |
class |
DescriptionVO
TÃtulo:
|
class |
DirectedRelationVO
This class is to store a Relation and sense.
|
class |
ListElmVO |
class |
ListVO |
class |
ModuleVO |
class |
PropertyVO |
class |
RelationVO |
class |
RoleVO |
class |
ServiceVO |
class |
ViewVO |
Modifier and Type | Method and Description |
---|---|
static XMLBean |
XMLBean.readFromFile(java.lang.String fname) |
static XMLBean |
XMLBean.readFromStream(java.io.InputStream is) |
XMLBean |
SvcContext.toXMLBean() |
Modifier and Type | Method and Description |
---|---|
static SvcContext |
SvcContext.fromXMLBean(XMLBean b) |
static void |
XMLBean.writeToFile(XMLBean b,
java.lang.String fname) |
static void |
XMLBean.writeToStream(XMLBean b,
java.io.OutputStream os) |
Modifier and Type | Class and Description |
---|---|
class |
DBInstanceSet |
Modifier and Type | Class and Description |
---|---|
class |
AlterTableQuery
This class is used to generate, store and analyze SQL statements.
|
class |
CreateTableQuery
This class is used to generate, store and analyze Create-Table SQL statements.
|
class |
DeleteQuery
This class is used to generate, store and analyze SQL statements.
|
class |
DropTableQuery
This class is used to generate, store and analyze SQL statements.
|
class |
InsertQuery
This class is used to generate, store and analyze SQL statements.
|
class |
Query
This class is used to generate, store and analyze SQL statements.
|
class |
SelectQuery
This class is used to generate, store and analyze SQL statements.
|
class |
UpdateQuery
This class is used to generate, store and analyze SQL statements.
|