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

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

Uses of AzDataTypeIdDayTimeDuration in org.example.azapi
 

Methods in org.example.azapi with parameters of type AzDataTypeIdDayTimeDuration
 AzAttributeValueDayTimeDuration AzEntity.createAzAttributeValue(AzDataTypeIdDayTimeDuration u, AzDataDayTimeDuration v)
          Returns an AzAttributeValueDayTimeDuration object that holds a XACML #dayTimeDuration DataType.
 

Uses of AzDataTypeIdDayTimeDuration in org.example.azapi.constants
 

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