Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
static Dependency.Is |
Dependency.Is.fromValue(String value) |
Dependency.Is |
Dependency.getIs()
Returns the is element value
|
Dependency.Is |
Dependency.getIsNot()
Returns the is-not element value
|
static Dependency.Is |
Dependency.Is.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dependency.Is[] |
Dependency.Is.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Dependency |
Dependency.setIs(Dependency.Is is)
Set the is element value
|
Dependency |
Dependency.setIsNot(Dependency.Is isNot)
Set the is-not element value
|