| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
| Modifier and Type | Method and Description |
|---|---|
static Directory.DirectoryType |
Directory.DirectoryType.fromValue(String value) |
Directory.DirectoryType |
Directory.getType()
Returns the type of this Directory object
|
static Directory.DirectoryType |
Directory.DirectoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Directory.DirectoryType[] |
Directory.DirectoryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Directory |
Directory.setType(Directory.DirectoryType type)
Set the type of this Directory object
|