Package | Description |
---|---|
org.glassfish.hk2.xml.schema.beans |
Modifier and Type | Method and Description |
---|---|
static DerivationControl |
DerivationControl.fromValue(String v) |
DerivationControl |
ReducedDerivationControl.value() |
DerivationControl |
TypeDerivationControl.value() |
static DerivationControl |
DerivationControl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DerivationControl[] |
DerivationControl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ReducedDerivationControl |
ReducedDerivationControl.fromValue(DerivationControl v) |
static TypeDerivationControl |
TypeDerivationControl.fromValue(DerivationControl v) |
Copyright © 2009–2023 Oracle Corporation. All rights reserved.