public static enum JsonSetArgs.FphaType extends Enum<JsonSetArgs.FphaType>
| Modifier and Type | Method and Description |
|---|---|
static JsonSetArgs.FphaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSetArgs.FphaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonSetArgs.FphaType FP16
public static final JsonSetArgs.FphaType BF16
public static final JsonSetArgs.FphaType FP32
public static final JsonSetArgs.FphaType FP64
public static JsonSetArgs.FphaType[] values()
for (JsonSetArgs.FphaType c : JsonSetArgs.FphaType.values()) System.out.println(c);
public static JsonSetArgs.FphaType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026 lettuce.io. All rights reserved.