Uses of Interface
org.example.azapi.constants.AzDataTypeId

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

Uses of AzDataTypeId in org.example.azapi
 

Classes in org.example.azapi with type parameters of type AzDataTypeId
 interface AzAttributeValue<U extends Enum<U> & AzDataTypeId,V>
          AzAttributeValue is the parent interface of all the subinterfaces that provide for the implementation of each XACML DataType as enumerated by the enums that implement AzDataTypeId.
 

Methods in org.example.azapi with type parameters of type AzDataTypeId
<U extends java.lang.Enum<U> & AzDataTypeId,V,W extends java.lang.Enum<W> & AzCategoryId>
boolean
AzEntity.addAzAttribute(W w, java.lang.String issuer, java.lang.String attributeId, AzAttributeValue<U,V> attributeValue)
          Add a new AzAttribute to the current collection of AzAttributes in this AzEntity object.
<U extends java.lang.Enum<U> & AzDataTypeId,V>
AzAttribute<T>
AzEntity.createAzAttribute(java.lang.String issuer, java.lang.String attributeId, AzAttributeValue<U,V> attributeValue)
          Creates a general AzAttribute with the AzCategoryId Enum, T, specified for this AzEntity object, and add it to the Set> managed by this AzEntity object.
 

Uses of AzDataTypeId in org.example.azapi.constants
 

Classes in org.example.azapi.constants that implement AzDataTypeId
 class AzDataTypeIdAnyURI
           
 class AzDataTypeIdBase64Binary
           
 class AzDataTypeIdBoolean
           
 class AzDataTypeIdDate
           
 class AzDataTypeIdDateTime
           
 class AzDataTypeIdDayTimeDuration
           
 class AzDataTypeIdDnsName
           
 class AzDataTypeIdDouble
           
 class AzDataTypeIdHexBinary
           
 class AzDataTypeIdInteger
           
 class AzDataTypeIdIpAddress
           
 class AzDataTypeIdRfc822Name
           
 class AzDataTypeIdString
           
 class AzDataTypeIdTime
           
 class AzDataTypeIdX500Name
           
 class AzDataTypeIdXPathExpression
           
 class AzDataTypeIdYearMonthDuration