org.example.azapi
Interface AzAttribute<T extends java.lang.Enum<T> & AzCategoryId>


public interface AzAttribute<T extends java.lang.Enum<T> & AzCategoryId>


Method Summary
 java.lang.String getAttributeId()
           
 java.lang.String getAttributeIssuer()
           
 AzAttributeValue<?,?> getAzAttributeValue()
           
 T getAzCategoryId()
           
 

Method Detail

getAzCategoryId

T getAzCategoryId()

getAttributeId

java.lang.String getAttributeId()

getAttributeIssuer

java.lang.String getAttributeIssuer()

getAzAttributeValue

AzAttributeValue<?,?> getAzAttributeValue()