public static enum FieldValue.ValueType extends Enum<FieldValue.ValueType> implements BmcEnum
The type of data detected.
Enum Constant and Description |
---|
Array |
Date |
Integer |
Number |
PhoneNumber |
String |
Time |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static FieldValue.ValueType |
create(String key) |
String |
getValue() |
static FieldValue.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValue.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldValue.ValueType String
public static final FieldValue.ValueType Date
public static final FieldValue.ValueType Time
public static final FieldValue.ValueType PhoneNumber
public static final FieldValue.ValueType Number
public static final FieldValue.ValueType Integer
public static final FieldValue.ValueType Array
public static final FieldValue.ValueType UnknownEnumValue
public static FieldValue.ValueType[] values()
for (FieldValue.ValueType c : FieldValue.ValueType.values()) System.out.println(c);
public static FieldValue.ValueType 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 static FieldValue.ValueType create(String key)
Copyright © 2016–2024. All rights reserved.