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

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

Uses of AzDataTypeIdString in org.example.azapi
 

Methods in org.example.azapi with parameters of type AzDataTypeIdString
 AzAttributeValueString AzEntity.createAzAttributeValue(AzDataTypeIdString u, java.lang.String v)
          Returns an AzAttributeValue object that holds a String type and value, that can be used with an AzAttribute of any AzCategoryId.
 

Uses of AzDataTypeIdString in org.example.azapi.constants
 

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