public enum RefreAndLoadType extends Enum<RefreAndLoadType>
| Enum Constant and Description |
|---|
PRELOADFILE |
REFREDIR |
REFREFILE |
| Modifier and Type | Method and Description |
|---|---|
static RefreAndLoadType |
get(String type) |
String |
getDesc() |
String |
getType() |
void |
setDesc(String desc) |
void |
setType(String type) |
static RefreAndLoadType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreAndLoadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreAndLoadType REFREFILE
public static final RefreAndLoadType REFREDIR
public static final RefreAndLoadType PRELOADFILE
public static RefreAndLoadType[] values()
for (RefreAndLoadType c : RefreAndLoadType.values()) System.out.println(c);
public static RefreAndLoadType 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 getType()
public void setType(String type)
public String getDesc()
public void setDesc(String desc)
public static RefreAndLoadType get(String type)
Copyright © 2023. All rights reserved.