public static enum PbLink.Type extends Enum<PbLink.Type>
| Modifier and Type | Method and Description |
|---|---|
static PbLink.Type |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbLink.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbLink.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbLink.Type PAGE
public static final PbLink.Type TASK
public static final PbLink.Type PROCESS
public static final PbLink.Type OVERVIEW
public static final PbLink.Type URL
public static PbLink.Type[] values()
for (PbLink.Type c : PbLink.Type.values()) System.out.println(c);
public static PbLink.Type 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 toString()
toString in class Enum<PbLink.Type>public String value()
public static PbLink.Type fromValue(String value)
Copyright © 2020. All rights reserved.