| java.lang.Object |
| ↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
| |
↳ |
com.sforce.soap.partner.FieldType |
Class Overview
Generated enum, please do not edit.
Summary
| Enum Values |
| FieldType |
_boolean |
Enumeration : _boolean
|
| FieldType |
_double |
Enumeration : _double
|
| FieldType |
_int |
Enumeration : _int
|
| FieldType |
anyType |
Enumeration : anyType
|
| FieldType |
base64 |
Enumeration : base64
|
| FieldType |
combobox |
Enumeration : combobox
|
| FieldType |
currency |
Enumeration : currency
|
| FieldType |
datacategorygroupreference |
Enumeration : datacategorygroupreference
|
| FieldType |
date |
Enumeration : date
|
| FieldType |
datetime |
Enumeration : datetime
|
| FieldType |
email |
Enumeration : email
|
| FieldType |
encryptedstring |
Enumeration : encryptedstring
|
| FieldType |
id |
Enumeration : id
|
| FieldType |
multipicklist |
Enumeration : multipicklist
|
| FieldType |
percent |
Enumeration : percent
|
| FieldType |
phone |
Enumeration : phone
|
| FieldType |
picklist |
Enumeration : picklist
|
| FieldType |
reference |
Enumeration : reference
|
| FieldType |
string |
Enumeration : string
|
| FieldType |
textarea |
Enumeration : textarea
|
| FieldType |
time |
Enumeration : time
|
| FieldType |
url |
Enumeration : url
|
|
[Expand]
Inherited Fields |
From class
java.lang.Enum
|
private
final
String |
name |
|
|
private
final
int |
ordinal |
|
|
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
|
final
Object
|
clone()
|
|
int
|
compareTo(Object arg0)
|
|
final
int
|
compareTo(E arg0)
|
|
final
boolean
|
equals(Object arg0)
|
|
final
void
|
finalize()
|
|
final
Class<E>
|
getDeclaringClass()
|
|
final
int
|
hashCode()
|
|
final
String
|
name()
|
|
final
int
|
ordinal()
|
|
String
|
toString()
|
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
java.lang.Comparable
|
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
FieldType
datacategorygroupreference
Enumeration : datacategorygroupreference
public
static
final
FieldType
encryptedstring
Enumeration : encryptedstring
public
static
final
FieldType
multipicklist
Enumeration : multipicklist
Public Methods
public
static
FieldType
valueOf
(String name)