Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
static Database.Role |
Database.Role.fromValue(String value) |
Database.Role |
Database.getDbaRole()
Returns the DBA role.
|
static Database.Role |
Database.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Database.Role[] |
Database.Role.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.setDbaRole(Database.Role dbaRole)
Sets the DBA role.
|