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

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

Uses of AzDataTypeIdInteger in org.example.azapi
 

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

Uses of AzDataTypeIdInteger in org.example.azapi.constants
 

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