public static enum VisualizerRule.ElementEnum extends Enum<VisualizerRule.ElementEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
VisualizerRule.ElementEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static VisualizerRule.ElementEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static VisualizerRule.ElementEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisualizerRule.ElementEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisualizerRule.ElementEnum NODE
public static final VisualizerRule.ElementEnum EDGE
public static VisualizerRule.ElementEnum[] values()
for (VisualizerRule.ElementEnum c : VisualizerRule.ElementEnum.values()) System.out.println(c);
public static VisualizerRule.ElementEnum 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<VisualizerRule.ElementEnum>public static VisualizerRule.ElementEnum fromValue(String value)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.