public static enum HutoolCommon.HutoolVision extends Enum<HutoolCommon.HutoolVision>
Modifier and Type | Method and Description |
---|---|
String |
getDetail() |
static HutoolCommon.HutoolVision |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HutoolCommon.HutoolVision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HutoolCommon.HutoolVision AUTO
public static final HutoolCommon.HutoolVision LOW
public static final HutoolCommon.HutoolVision HIGH
public static HutoolCommon.HutoolVision[] values()
for (HutoolCommon.HutoolVision c : HutoolCommon.HutoolVision.values()) System.out.println(c);
public static HutoolCommon.HutoolVision 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 nullpublic String getDetail()
Copyright © 2025. All rights reserved.