public static enum Publish.TagValueType extends Enum<Publish.TagValueType>
| Enum Constant and Description |
|---|
Boolean |
None |
Number |
PickList |
String |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static Publish.TagValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.TagValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.TagValueType Unknown
public static final Publish.TagValueType None
public static final Publish.TagValueType PickList
public static final Publish.TagValueType String
public static final Publish.TagValueType Number
public static final Publish.TagValueType Boolean
public static Publish.TagValueType[] values()
for (Publish.TagValueType c : Publish.TagValueType.values()) System.out.println(c);
public static Publish.TagValueType 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.