| Package | Description |
|---|---|
| com.sforce.soap.partner |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
IFieldLayoutComponent.getFieldType()
element : fieldType of type {urn:partner.soap.sforce.com}fieldType
java type: com.sforce.soap.partner.FieldType
|
FieldType |
FieldLayoutComponent.getFieldType() |
FieldType |
IListViewColumn.getType()
element : type of type {urn:partner.soap.sforce.com}fieldType
java type: com.sforce.soap.partner.FieldType
|
FieldType |
ListViewColumn.getType() |
FieldType |
Field.getType() |
FieldType |
IField.getType()
element : type of type {urn:partner.soap.sforce.com}fieldType
java type: com.sforce.soap.partner.FieldType
|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFieldLayoutComponent.setFieldType(FieldType fieldType) |
void |
FieldLayoutComponent.setFieldType(FieldType fieldType) |
void |
IListViewColumn.setType(FieldType type) |
void |
ListViewColumn.setType(FieldType type) |
void |
Field.setType(FieldType type) |
void |
IField.setType(FieldType type) |
Copyright © 2015. All Rights Reserved.