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

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

Uses of AzStatusCode in org.example.azapi
 

Methods in org.example.azapi that return AzStatusCode
 AzStatusCode AzResult.getAzStatusCode()
          Returns one of the Enum OK, MISSINGATTRIBUTE or ERROR belonging to type AzStatusCode
 

Uses of AzStatusCode in org.example.azapi.constants
 

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