Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
static Database.Vendor |
Database.Vendor.fromValue(String value) |
Database.Vendor |
Database.getVendor()
Returns the vendor for the Database.
|
static Database.Vendor |
Database.Vendor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.Vendor[] |
Database.Vendor.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Database |
Database.setVendor(Database.Vendor vendor)
Sets the vendor of this Database.
|