Package com.sforce.soap.partner
Enum Class SoapType
- All Implemented Interfaces:
Serializable,Comparable<SoapType>,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 : base64BinaryEnumeration : ChangeEventHeaderEnumeration : dateEnumeration : dateTimeEnumeration : IDEnumeration : jsonEnumeration : JunctionIdListNamesEnumeration : locationEnumeration : RecordTypesSupportedEnumeration : RelationshipReferenceToEnumeration : SearchLayoutButtonEnumeration : SearchLayoutButtonsDisplayedEnumeration : SearchLayoutFieldEnumeration : SearchLayoutFieldsDisplayedEnumeration : stringEnumeration : StringListEnumeration : time -
Field Summary
Fields -
Method Summary
-
Enum Constant Details
-
ID
Enumeration : ID -
base64Binary
Enumeration : base64Binary -
_boolean
Enumeration : _boolean -
_double
Enumeration : _double -
_int
Enumeration : _int -
_long
Enumeration : _long -
string
Enumeration : string -
date
Enumeration : date -
dateTime
Enumeration : dateTime -
time
Enumeration : time -
location
Enumeration : location -
address
Enumeration : address -
anyType
Enumeration : anyType -
json
Enumeration : json -
RelationshipReferenceTo
Enumeration : RelationshipReferenceTo -
JunctionIdListNames
Enumeration : JunctionIdListNames -
SearchLayoutFieldsDisplayed
Enumeration : SearchLayoutFieldsDisplayed -
SearchLayoutField
Enumeration : SearchLayoutField -
SearchLayoutButtonsDisplayed
Enumeration : SearchLayoutButtonsDisplayed -
SearchLayoutButton
Enumeration : SearchLayoutButton -
RecordTypesSupported
Enumeration : RecordTypesSupported -
StringList
Enumeration : StringList -
ChangeEventHeader
Enumeration : ChangeEventHeader
-
-
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
-