Package | Description |
---|---|
org.glassfish.hk2.api |
Modifier and Type | Method and Description |
---|---|
Operation |
ValidationInformation.getOperation()
The operation that is to be performed, one of
BIND - The candidate descriptor is being added to the system
UNBIND - The candidate descriptor is being removed from the system
LOOKUP - The candidate descriptor is being looked up
|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2019 Oracle Corporation. All rights reserved.