public enum VanityPharmaDisplayUrlMode extends Enum<VanityPharmaDisplayUrlMode>
Java class for VanityPharmaDisplayUrlMode.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VanityPharmaDisplayUrlMode">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="MANUFACTURER_WEBSITE_URL"/>
<enumeration value="WEBSITE_DESCRIPTION"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
MANUFACTURER_WEBSITE_URL
Replace vanity pharma URL with manufacturer website url.
|
UNKNOWN
Used for return value only.
|
WEBSITE_DESCRIPTION
Replace vanity pharma URL with description of the website.
|
| Modifier and Type | Method and Description |
|---|---|
static VanityPharmaDisplayUrlMode |
fromValue(String v) |
String |
value() |
static VanityPharmaDisplayUrlMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VanityPharmaDisplayUrlMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VanityPharmaDisplayUrlMode UNKNOWN
public static final VanityPharmaDisplayUrlMode MANUFACTURER_WEBSITE_URL
public static final VanityPharmaDisplayUrlMode WEBSITE_DESCRIPTION
public static VanityPharmaDisplayUrlMode[] values()
for (VanityPharmaDisplayUrlMode c : VanityPharmaDisplayUrlMode.values()) System.out.println(c);
public static VanityPharmaDisplayUrlMode 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 value()
public static VanityPharmaDisplayUrlMode fromValue(String v)
Copyright © 2023. All rights reserved.