Class CurrencyType


  • public final class CurrencyType
    extends java.lang.Object
    Curency type, 'FIAT' or 'CRYPTO'.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CRYPTO  
      static java.lang.String FIAT  
    • Constructor Summary

      Constructors 
      Constructor Description
      CurrencyType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CurrencyType

        public CurrencyType()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object