Uses of Class
com.sforce.soap.partner.FieldType
-
Packages that use FieldType Package Description com.sforce.soap.partner -
-
Uses of FieldType in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return FieldType Modifier and Type Method Description FieldTypeFieldLayoutComponent. getFieldType()FieldTypeIFieldLayoutComponent. getFieldType()element : fieldType of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypeFieldTypeField. getType()FieldTypeIField. getType()element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypeFieldTypeIListViewColumn. getType()element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypeFieldTypeListViewColumn. getType()static FieldTypeFieldType. 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.Methods in com.sforce.soap.partner with parameters of type FieldType Modifier and Type Method Description voidFieldLayoutComponent. setFieldType(FieldType fieldType)voidIFieldLayoutComponent. setFieldType(FieldType fieldType)voidField. setType(FieldType type)voidIField. setType(FieldType type)voidIListViewColumn. setType(FieldType type)voidListViewColumn. setType(FieldType type)
-