Uses of Class
org.example.azapi.constants.AzDecision

Packages that use AzDecision
org.example.azapi The AzApi package contains the interfaces that must be implemented by a provider. 
org.example.azapi.constants   
 

Uses of AzDecision in org.example.azapi
 

Methods in org.example.azapi that return AzDecision
 AzDecision AzResult.getAzDecision()
          Returns a value drawn from the AzDecision type.
 

Uses of AzDecision in org.example.azapi.constants
 

Methods in org.example.azapi.constants that return AzDecision
static AzDecision AzDecision.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AzDecision[] AzDecision.values()
          Returns an array containing the constants of this enum type, in the order they are declared.