Package com.sforce.soap.metadata
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 : AddressEnumeration : ArrayEnumeration : AutoNumberEnumeration : CheckboxEnumeration : CurrencyEnumeration : CustomDataTypeEnumeration : DateEnumeration : DateTimeEnumeration : EmailEnumeration : EncryptedTextEnumeration : ExternalLookupEnumeration : FileEnumeration : HierarchyEnumeration : HtmlEnumeration : IndirectLookupEnumeration : LocationEnumeration : LongTextAreaEnumeration : LookupEnumeration : MasterDetailEnumeration : MetadataRelationshipEnumeration : MultiselectPicklistEnumeration : NumberEnumeration : PercentEnumeration : PhoneEnumeration : PicklistEnumeration : SummaryEnumeration : TextEnumeration : TextAreaEnumeration : TimeEnumeration : Url -
Field Summary
Fields -
Method Summary
-
Enum Constant Details
-
AutoNumber
Enumeration : AutoNumber -
Lookup
Enumeration : Lookup -
MasterDetail
Enumeration : MasterDetail -
Checkbox
Enumeration : Checkbox -
Currency
Enumeration : Currency -
Date
Enumeration : Date -
DateTime
Enumeration : DateTime -
Email
Enumeration : Email -
Number
Enumeration : Number -
Percent
Enumeration : Percent -
Phone
Enumeration : Phone -
Picklist
Enumeration : Picklist -
MultiselectPicklist
Enumeration : MultiselectPicklist -
Text
Enumeration : Text -
TextArea
Enumeration : TextArea -
LongTextArea
Enumeration : LongTextArea -
Html
Enumeration : Html -
Url
Enumeration : Url -
EncryptedText
Enumeration : EncryptedText -
Summary
Enumeration : Summary -
Hierarchy
Enumeration : Hierarchy -
File
Enumeration : File -
MetadataRelationship
Enumeration : MetadataRelationship -
Location
Enumeration : Location -
ExternalLookup
Enumeration : ExternalLookup -
IndirectLookup
Enumeration : IndirectLookup -
CustomDataType
Enumeration : CustomDataType -
Time
Enumeration : Time -
Address
Enumeration : Address -
Array
Enumeration : Array
-
-
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
-