public static enum GraphSimpleResult.GraphTypeEnum extends Enum<GraphSimpleResult.GraphTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphSimpleResult.GraphTypeEnum.Adapter |
| Enum Constant and Description |
|---|
CROSSANALYSIS |
CUSTOMANALYSIS |
PUBLICCUSTOMANALYSIS |
| Modifier and Type | Method and Description |
|---|---|
static GraphSimpleResult.GraphTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static GraphSimpleResult.GraphTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphSimpleResult.GraphTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphSimpleResult.GraphTypeEnum CUSTOMANALYSIS
public static final GraphSimpleResult.GraphTypeEnum CROSSANALYSIS
public static final GraphSimpleResult.GraphTypeEnum PUBLICCUSTOMANALYSIS
public static GraphSimpleResult.GraphTypeEnum[] values()
for (GraphSimpleResult.GraphTypeEnum c : GraphSimpleResult.GraphTypeEnum.values()) System.out.println(c);
public static GraphSimpleResult.GraphTypeEnum 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()
public String toString()
toString in class Enum<GraphSimpleResult.GraphTypeEnum>public static GraphSimpleResult.GraphTypeEnum fromValue(String input)
Copyright © 2023. All rights reserved.