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

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

Uses of AzDataTypeIdTime in org.example.azapi
 

Methods in org.example.azapi with parameters of type AzDataTypeIdTime
 AzAttributeValueTime AzEntity.createAzAttributeValue(AzDataTypeIdTime u, AzDataDateTime v)
          Returns an AzAttributeValueTime object that holds a #time type and value, where that value was established by the parameters passed in this method.
 

Uses of AzDataTypeIdTime in org.example.azapi.constants
 

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