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

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

Uses of AzDataTypeIdDateTime in org.example.azapi
 

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

Uses of AzDataTypeIdDateTime in org.example.azapi.constants
 

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