Uses of Enum Class
org.glassfish.hk2.api.Operation

Packages that use Operation
Package
Description
 
  • Uses of Operation in org.glassfish.hk2.api

    Methods in org.glassfish.hk2.api that return Operation
    Modifier and Type
    Method
    Description
    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 class with the specified name.
    static Operation[]
    Operation.values()
    Returns an array containing the constants of this enum class, in the order they are declared.