public static enum ExcludeFieldsSupport.SupplementalAttribute extends Enum<ExcludeFieldsSupport.SupplementalAttribute>
Enum Constant and Description |
---|
ECID |
LEVEL_VALUE |
TID |
TIME_MILLIS |
USERID |
Modifier and Type | Method and Description |
---|---|
static ExcludeFieldsSupport.SupplementalAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcludeFieldsSupport.SupplementalAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcludeFieldsSupport.SupplementalAttribute TID
public static final ExcludeFieldsSupport.SupplementalAttribute USERID
public static final ExcludeFieldsSupport.SupplementalAttribute ECID
public static final ExcludeFieldsSupport.SupplementalAttribute TIME_MILLIS
public static final ExcludeFieldsSupport.SupplementalAttribute LEVEL_VALUE
public static ExcludeFieldsSupport.SupplementalAttribute[] values()
for (ExcludeFieldsSupport.SupplementalAttribute c : ExcludeFieldsSupport.SupplementalAttribute.values()) System.out.println(c);
public static ExcludeFieldsSupport.SupplementalAttribute 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 © 2019. All rights reserved.