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

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

Uses of AzDataTypeIdBoolean in org.example.azapi
 

Methods in org.example.azapi with parameters of type AzDataTypeIdBoolean
 AzAttributeValueBoolean AzEntity.createAzAttributeValue(AzDataTypeIdBoolean u, java.lang.Boolean v)
          Returns an AzAttributeValue object that holds a Boolean type and value, that can be used with an AzAttribute of any AzCategoryId.
 

Uses of AzDataTypeIdBoolean in org.example.azapi.constants
 

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