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