Class CardAttributes


  • public class CardAttributes
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CardAttributes()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int GetCardPriority​(int configurationIndex)  
      int GetCardType​(int configurationIndex)  
      boolean IsCardTypeInList​(java.lang.String cardType)  
      boolean SetCardTypePriority​(int configurationIndex, int cardType, int cardPriority)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CardAttributes

        public CardAttributes()
    • Method Detail

      • IsCardTypeInList

        public boolean IsCardTypeInList​(java.lang.String cardType)
      • SetCardTypePriority

        public boolean SetCardTypePriority​(int configurationIndex,
                                           int cardType,
                                           int cardPriority)
                                    throws SDKException
        Throws:
        SDKException