|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SoapType>
com.sforce.soap.partner.SoapType
public enum SoapType
Generated enum, please do not edit.
| Enum Constant Summary | |
|---|---|
_boolean
Enumeration : _boolean |
|
_double
Enumeration : _double |
|
_int
Enumeration : _int |
|
anyType
Enumeration : anyType |
|
base64Binary
Enumeration : base64Binary |
|
date
Enumeration : date |
|
dateTime
Enumeration : dateTime |
|
ID
Enumeration : ID |
|
string
Enumeration : string |
|
time
Enumeration : time |
|
| Method Summary | |
|---|---|
static SoapType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SoapType[] |
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 SoapType ID
public static final SoapType base64Binary
public static final SoapType _boolean
public static final SoapType _double
public static final SoapType _int
public static final SoapType string
public static final SoapType date
public static final SoapType dateTime
public static final SoapType time
public static final SoapType anyType
| Method Detail |
|---|
public static SoapType[] values()
for (SoapType c : SoapType.values()) System.out.println(c);
public static SoapType 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 | |||||||||