public static enum PrivateSegInfo.SegTypeEnum extends Enum<PrivateSegInfo.SegTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PrivateSegInfo.SegTypeEnum.Adapter |
| Enum Constant and Description |
|---|
ABI |
CHILDSEG |
CONDITIONAL |
FEATURERECOMMENDATION |
FINDER |
GMP |
INSIGHTEXPORT |
LOOKALIKE |
PUBLICCONDITIONAL |
PUBLICUPLOADED |
SEGBASED |
SUBJECTTRANS |
TESTER |
UPLOADED |
| Modifier and Type | Method and Description |
|---|---|
static PrivateSegInfo.SegTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static PrivateSegInfo.SegTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrivateSegInfo.SegTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrivateSegInfo.SegTypeEnum UPLOADED
public static final PrivateSegInfo.SegTypeEnum CONDITIONAL
public static final PrivateSegInfo.SegTypeEnum SEGBASED
public static final PrivateSegInfo.SegTypeEnum INSIGHTEXPORT
public static final PrivateSegInfo.SegTypeEnum LOOKALIKE
public static final PrivateSegInfo.SegTypeEnum PUBLICCONDITIONAL
public static final PrivateSegInfo.SegTypeEnum PUBLICUPLOADED
public static final PrivateSegInfo.SegTypeEnum ABI
public static final PrivateSegInfo.SegTypeEnum SUBJECTTRANS
public static final PrivateSegInfo.SegTypeEnum CHILDSEG
public static final PrivateSegInfo.SegTypeEnum FEATURERECOMMENDATION
public static final PrivateSegInfo.SegTypeEnum FINDER
public static final PrivateSegInfo.SegTypeEnum TESTER
public static final PrivateSegInfo.SegTypeEnum GMP
public static PrivateSegInfo.SegTypeEnum[] values()
for (PrivateSegInfo.SegTypeEnum c : PrivateSegInfo.SegTypeEnum.values()) System.out.println(c);
public static PrivateSegInfo.SegTypeEnum 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 getValue()
public String toString()
toString in class Enum<PrivateSegInfo.SegTypeEnum>public static PrivateSegInfo.SegTypeEnum fromValue(String input)
Copyright © 2023. All rights reserved.