程序包 xyz.redtorch.pb

Enum Class CoreEnum.CurrencyEnum

java.lang.Object
java.lang.Enum<CoreEnum.CurrencyEnum>
xyz.redtorch.pb.CoreEnum.CurrencyEnum
所有已实现的接口:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CoreEnum.CurrencyEnum>, Constable
封闭类:
CoreEnum

public static enum CoreEnum.CurrencyEnum extends Enum<CoreEnum.CurrencyEnum> implements com.google.protobuf.ProtocolMessageEnum
 CurrencyEnum是一个货币类型
 
Protobuf enum xyz.redtorch.pb.CurrencyEnum
  • 枚举常量详细资料

  • 字段详细资料

    • UnknownCurrency_VALUE

      public static final int UnknownCurrency_VALUE
       未知
       
      UnknownCurrency = 0;
      另请参阅:
    • USD_VALUE

      public static final int USD_VALUE
       美元
       
      USD = 1;
      另请参阅:
    • CNY_VALUE

      public static final int CNY_VALUE
       人民币
       
      CNY = 2;
      另请参阅:
    • CNH_VALUE

      public static final int CNH_VALUE
       离岸人民币
       
      CNH = 3;
      另请参阅:
    • HKD_VALUE

      public static final int HKD_VALUE
       港币
       
      HKD = 4;
      另请参阅:
    • JPY_VALUE

      public static final int JPY_VALUE
       日元
       
      JPY = 5;
      另请参阅:
    • EUR_VALUE

      public static final int EUR_VALUE
       欧元
       
      EUR = 6;
      另请参阅:
    • GBP_VALUE

      public static final int GBP_VALUE
       英镑
       
      GBP = 7;
      另请参阅:
    • DEM_VALUE

      public static final int DEM_VALUE
       德国马克
       
      DEM = 8;
      另请参阅:
    • CHF_VALUE

      public static final int CHF_VALUE
       瑞士法郎
       
      CHF = 9;
      另请参阅:
    • FRF_VALUE

      public static final int FRF_VALUE
       法国法郎
       
      FRF = 10;
      另请参阅:
    • CAD_VALUE

      public static final int CAD_VALUE
       加拿大元
       
      CAD = 11;
      另请参阅:
    • AUD_VALUE

      public static final int AUD_VALUE
       澳大利亚元
       
      AUD = 12;
      另请参阅:
    • ATS_VALUE

      public static final int ATS_VALUE
       奥地利先令
       
      ATS = 13;
      另请参阅:
    • FIM_VALUE

      public static final int FIM_VALUE
       芬兰马克
       
      FIM = 14;
      另请参阅:
    • BEF_VALUE

      public static final int BEF_VALUE
       比利时法郎
       
      BEF = 15;
      另请参阅:
    • THB_VALUE

      public static final int THB_VALUE
       泰铢
       
      THB = 16;
      另请参阅:
    • IEP_VALUE

      public static final int IEP_VALUE
       爱尔兰镑
       
      IEP = 17;
      另请参阅:
    • ITL_VALUE

      public static final int ITL_VALUE
       意大利里拉
       
      ITL = 18;
      另请参阅:
    • LUF_VALUE

      public static final int LUF_VALUE
       卢森堡法郎
       
      LUF = 19;
      另请参阅:
    • NLG_VALUE

      public static final int NLG_VALUE
       荷兰盾
       
      NLG = 20;
      另请参阅:
    • PTE_VALUE

      public static final int PTE_VALUE
       葡萄牙埃斯库多
       
      PTE = 21;
      另请参阅:
    • ESP_VALUE

      public static final int ESP_VALUE
       西班牙比塞塔
       
      ESP = 22;
      另请参阅:
    • IDR_VALUE

      public static final int IDR_VALUE
       印尼盾
       
      IDR = 23;
      另请参阅:
    • MYR_VALUE

      public static final int MYR_VALUE
       马来西亚林吉特
       
      MYR = 24;
      另请参阅:
    • NZD_VALUE

      public static final int NZD_VALUE
       新西兰元
       
      NZD = 25;
      另请参阅:
    • PHP_VALUE

      public static final int PHP_VALUE
       菲律宾比索
       
      PHP = 26;
      另请参阅:
    • SUR_VALUE

      public static final int SUR_VALUE
       俄罗斯卢布
       
      SUR = 27;
      另请参阅:
    • SGD_VALUE

      public static final int SGD_VALUE
       新加坡元
       
      SGD = 28;
      另请参阅:
    • KRW_VALUE

      public static final int KRW_VALUE
       韩国元
       
      KRW = 29;
      另请参阅:
    • USDT_VALUE

      public static final int USDT_VALUE
       美元稳定币
       
      USDT = 30;
      另请参阅:
    • BUSD_VALUE

      public static final int BUSD_VALUE
       币安稳定币
       
      BUSD = 31;
      另请参阅:
    • USDC_VALUE

      public static final int USDC_VALUE
       去中心化稳定币
       
      USDC = 32;
      另请参阅:
  • 方法详细资料

    • values

      public static CoreEnum.CurrencyEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CoreEnum.CurrencyEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • getNumber

      public final int getNumber()
      指定者:
      getNumber 在接口中 com.google.protobuf.Internal.EnumLite
      指定者:
      getNumber 在接口中 com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static CoreEnum.CurrencyEnum valueOf(int value)
      已过时。
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      value - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • forNumber

      public static CoreEnum.CurrencyEnum forNumber(int value)
      参数:
      value - The numeric wire value of the corresponding enum entry.
      返回:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<CoreEnum.CurrencyEnum> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      指定者:
      getValueDescriptor 在接口中 com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      指定者:
      getDescriptorForType 在接口中 com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static CoreEnum.CurrencyEnum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      desc - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值