Package com.sforce.soap.partner
Enum Class FieldType
- All Implemented Interfaces:
Serializable,Comparable<FieldType>,java.lang.constant.Constable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnumeration : _booleanEnumeration : _doubleEnumeration : _intEnumeration : _longEnumeration : addressEnumeration : anyTypeEnumeration : base64Enumeration : comboboxEnumeration : complexvalueEnumeration : currencyEnumeration : datacategorygroupreferenceEnumeration : dateEnumeration : datetimeEnumeration : emailEnumeration : encryptedstringEnumeration : floatarrayEnumeration : idEnumeration : jsonEnumeration : locationEnumeration : multipicklistEnumeration : percentEnumeration : phoneEnumeration : picklistEnumeration : referenceEnumeration : stringEnumeration : textareaEnumeration : textarrayEnumeration : timeEnumeration : url -
Field Summary
Fields -
Method Summary
-
Enum Constant Details
-
string
Enumeration : string -
picklist
Enumeration : picklist -
multipicklist
Enumeration : multipicklist -
combobox
Enumeration : combobox -
reference
Enumeration : reference -
base64
Enumeration : base64 -
_boolean
Enumeration : _boolean -
currency
Enumeration : currency -
textarea
Enumeration : textarea -
_int
Enumeration : _int -
_double
Enumeration : _double -
percent
Enumeration : percent -
phone
Enumeration : phone -
id
Enumeration : id -
date
Enumeration : date -
datetime
Enumeration : datetime -
time
Enumeration : time -
url
Enumeration : url -
email
Enumeration : email -
encryptedstring
Enumeration : encryptedstring -
datacategorygroupreference
Enumeration : datacategorygroupreference -
location
Enumeration : location -
address
Enumeration : address -
anyType
Enumeration : anyType -
json
Enumeration : json -
complexvalue
Enumeration : complexvalue -
_long
Enumeration : _long -
floatarray
Enumeration : floatarray -
textarray
Enumeration : textarray
-
-
Field Details
-
valuesToEnums
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
-