|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FieldType>
com.sforce.soap.partner.FieldType
public enum FieldType
Generated enum, please do not edit.
| Enum Constant Summary | |
|---|---|
_boolean
Enumeration : _boolean |
|
_double
Enumeration : _double |
|
_int
Enumeration : _int |
|
anyType
Enumeration : anyType |
|
base64
Enumeration : base64 |
|
combobox
Enumeration : combobox |
|
currency
Enumeration : currency |
|
datacategorygroupreference
Enumeration : datacategorygroupreference |
|
date
Enumeration : date |
|
datetime
Enumeration : datetime |
|
email
Enumeration : email |
|
encryptedstring
Enumeration : encryptedstring |
|
id
Enumeration : id |
|
multipicklist
Enumeration : multipicklist |
|
percent
Enumeration : percent |
|
phone
Enumeration : phone |
|
picklist
Enumeration : picklist |
|
reference
Enumeration : reference |
|
string
Enumeration : string |
|
textarea
Enumeration : textarea |
|
time
Enumeration : time |
|
url
Enumeration : url |
|
| Method Summary | |
|---|---|
static FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FieldType string
public static final FieldType picklist
public static final FieldType multipicklist
public static final FieldType combobox
public static final FieldType reference
public static final FieldType base64
public static final FieldType _boolean
public static final FieldType currency
public static final FieldType textarea
public static final FieldType _int
public static final FieldType _double
public static final FieldType percent
public static final FieldType phone
public static final FieldType id
public static final FieldType date
public static final FieldType datetime
public static final FieldType time
public static final FieldType url
public static final FieldType email
public static final FieldType encryptedstring
public static final FieldType datacategorygroupreference
public static final FieldType anyType
| Method Detail |
|---|
public static FieldType[] values()
for (FieldType c : FieldType.values()) System.out.println(c);
public static FieldType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||