public static enum UserConfig.Selector extends Enum<UserConfig.Selector>
| Enum Constant and Description |
|---|
Java |
Typescript |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
String |
getName() |
static UserConfig.Selector |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserConfig.Selector[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserConfig.Selector Java
public static final UserConfig.Selector Typescript
public static UserConfig.Selector[] values()
for (UserConfig.Selector c : UserConfig.Selector.values()) System.out.println(c);
public static UserConfig.Selector 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 getName()
public String getExtension()
Copyright © 2020. All rights reserved.