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

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

Uses of AzDataTypeIdYearMonthDuration in org.example.azapi
 

Methods in org.example.azapi with parameters of type AzDataTypeIdYearMonthDuration
 AzAttributeValueYearMonthDuration AzEntity.createAzAttributeValue(AzDataTypeIdYearMonthDuration u, AzDataYearMonthDuration v)
          Returns an AzAttributeValueYearMonthDuration object that holds a XACML #yearMonthDuration DataType.
 

Uses of AzDataTypeIdYearMonthDuration in org.example.azapi.constants
 

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