public static enum BallerinaWorkspaceService.Experimental extends Enum<BallerinaWorkspaceService.Experimental>
Enum Constant and Description |
---|
INTROSPECTION |
SHOW_TEXT_DOCUMENT |
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Returns value.
|
static BallerinaWorkspaceService.Experimental |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BallerinaWorkspaceService.Experimental[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BallerinaWorkspaceService.Experimental INTROSPECTION
public static final BallerinaWorkspaceService.Experimental SHOW_TEXT_DOCUMENT
public static BallerinaWorkspaceService.Experimental[] values()
for (BallerinaWorkspaceService.Experimental c : BallerinaWorkspaceService.Experimental.values()) System.out.println(c);
public static BallerinaWorkspaceService.Experimental 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 getValue()
Copyright © 2019 WSO2. All rights reserved.