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

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

Uses of AzDataTypeIdDate in org.example.azapi
 

Methods in org.example.azapi with parameters of type AzDataTypeIdDate
 AzAttributeValueDate AzEntity.createAzAttributeValue(AzDataTypeIdDate u, AzDataDateTime v)
          Returns a general AzAttributeValueDate object that holds a #date type and value, that can be used with an AzAttribute of any AzCategoryId.
 

Uses of AzDataTypeIdDate in org.example.azapi.constants
 

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