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