public enum FieldBelongType extends Enum<FieldBelongType>
| 枚举常量和说明 |
|---|
AccumulateField_Type |
FinancialField_Type |
MultiTagField_Type |
StockField_Type |
| 限定符和类型 | 方法和说明 |
|---|---|
static FieldBelongType |
getIndexByValue(Integer value) |
static FieldBelongType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FieldBelongType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final FieldBelongType StockField_Type
public static final FieldBelongType AccumulateField_Type
public static final FieldBelongType FinancialField_Type
public static final FieldBelongType MultiTagField_Type
public static FieldBelongType[] values()
for (FieldBelongType c : FieldBelongType.values()) System.out.println(c);
public static FieldBelongType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public static FieldBelongType getIndexByValue(Integer value)
Copyright © 2025. All rights reserved.