public enum LspResourceStatusEnum extends Enum<LspResourceStatusEnum>
| Enum Constant and Description |
|---|
PRIMARY
Represents primary.
|
SECONDARY
Represents secondary.
|
| Modifier and Type | Method and Description |
|---|---|
int |
lspResourceStatusEnum()
Returns the attribute lspResourceStatusEnum.
|
static LspResourceStatusEnum |
of(int value)
Returns the object of lspResourceStatusEnum for.
|
static LspResourceStatusEnum |
of(String value)
Returns the object of lspResourceStatusEnum for.
|
String |
toString() |
static LspResourceStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LspResourceStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LspResourceStatusEnum PRIMARY
public static final LspResourceStatusEnum SECONDARY
public static LspResourceStatusEnum[] values()
for (LspResourceStatusEnum c : LspResourceStatusEnum.values()) System.out.println(c);
public static LspResourceStatusEnum 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 static LspResourceStatusEnum of(int value)
value - value of lspResourceStatusEnum forpublic static LspResourceStatusEnum of(String value)
value - value of lspResourceStatusEnum forpublic int lspResourceStatusEnum()
public String toString()
toString in class Enum<LspResourceStatusEnum>Copyright © 2018. All rights reserved.