public static enum SHyperlink.HyperlinkType extends Enum<SHyperlink.HyperlinkType>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static SHyperlink.HyperlinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SHyperlink.HyperlinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SHyperlink.HyperlinkType URL
public static final SHyperlink.HyperlinkType DOCUMENT
public static final SHyperlink.HyperlinkType EMAIL
public static final SHyperlink.HyperlinkType FILE
public static SHyperlink.HyperlinkType[] values()
for (SHyperlink.HyperlinkType c : SHyperlink.HyperlinkType.values()) System.out.println(c);
public static SHyperlink.HyperlinkType 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 int getValue()
Copyright © 2020. All rights reserved.