public static enum PublisherTc.SegmentType extends Enum<PublisherTc.SegmentType>
| Enum Constant and Description |
|---|
ALLOWED_VENDORS |
CORE |
DISCLOSED_VENDORS |
PUBLISHER_TC |
| Modifier and Type | Method and Description |
|---|---|
static PublisherTc.SegmentType |
byId(long id) |
long |
id() |
static PublisherTc.SegmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherTc.SegmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherTc.SegmentType CORE
public static final PublisherTc.SegmentType DISCLOSED_VENDORS
public static final PublisherTc.SegmentType ALLOWED_VENDORS
public static final PublisherTc.SegmentType PUBLISHER_TC
public static PublisherTc.SegmentType[] values()
for (PublisherTc.SegmentType c : PublisherTc.SegmentType.values()) System.out.println(c);
public static PublisherTc.SegmentType 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 long id()
public static PublisherTc.SegmentType byId(long id)
Copyright © 2020. All rights reserved.