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

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

Uses of AzDataTypeIdAnyURI in org.example.azapi
 

Methods in org.example.azapi that return AzDataTypeIdAnyURI
 AzDataTypeIdAnyURI AzAttributeValueAnyURI.getType()
          Return the AzDataTypeId for this AzAttributeValueAnyURI object.
 

Methods in org.example.azapi with parameters of type AzDataTypeIdAnyURI
 AzAttributeValueAnyURI AzEntity.createAzAttributeValue(AzDataTypeIdAnyURI u, java.net.URI v)
          Returns an AzAttributeValue object that holds a #anyURI type and value, that can be used with an AzAttribute of any AzCategoryId.
 

Uses of AzDataTypeIdAnyURI in org.example.azapi.constants
 

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