public static enum ReferenceSummary.Type extends Enum<ReferenceSummary.Type>
ReferenceSummary.type()| Enum Constant and Description |
|---|
ATTACHMENT |
DATE |
EMAIL |
NUMBER |
STRING |
UNKNOWN_TO_SDK_VERSION |
URL |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceSummary.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceSummary.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceSummary.Type URL
public static final ReferenceSummary.Type ATTACHMENT
public static final ReferenceSummary.Type STRING
public static final ReferenceSummary.Type NUMBER
public static final ReferenceSummary.Type DATE
public static final ReferenceSummary.Type EMAIL
public static final ReferenceSummary.Type UNKNOWN_TO_SDK_VERSION
public static ReferenceSummary.Type[] values()
for (ReferenceSummary.Type c : ReferenceSummary.Type.values()) System.out.println(c);
public static ReferenceSummary.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 nullCopyright © 2022. All rights reserved.