Enum SoapType

  • All Implemented Interfaces:
    Serializable, Comparable<SoapType>

    public enum SoapType
    extends Enum<SoapType>
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Enum Constant Detail

      • ID

        public static final SoapType ID
        Enumeration : ID
      • base64Binary

        public static final SoapType base64Binary
        Enumeration : base64Binary
      • _boolean

        public static final SoapType _boolean
        Enumeration : _boolean
      • _double

        public static final SoapType _double
        Enumeration : _double
      • _int

        public static final SoapType _int
        Enumeration : _int
      • _long

        public static final SoapType _long
        Enumeration : _long
      • string

        public static final SoapType string
        Enumeration : string
      • date

        public static final SoapType date
        Enumeration : date
      • dateTime

        public static final SoapType dateTime
        Enumeration : dateTime
      • time

        public static final SoapType time
        Enumeration : time
      • location

        public static final SoapType location
        Enumeration : location
      • address

        public static final SoapType address
        Enumeration : address
      • anyType

        public static final SoapType anyType
        Enumeration : anyType
      • json

        public static final SoapType json
        Enumeration : json
      • RelationshipReferenceTo

        public static final SoapType RelationshipReferenceTo
        Enumeration : RelationshipReferenceTo
      • JunctionIdListNames

        public static final SoapType JunctionIdListNames
        Enumeration : JunctionIdListNames
      • SearchLayoutFieldsDisplayed

        public static final SoapType SearchLayoutFieldsDisplayed
        Enumeration : SearchLayoutFieldsDisplayed
      • SearchLayoutField

        public static final SoapType SearchLayoutField
        Enumeration : SearchLayoutField
      • SearchLayoutButtonsDisplayed

        public static final SoapType SearchLayoutButtonsDisplayed
        Enumeration : SearchLayoutButtonsDisplayed
      • SearchLayoutButton

        public static final SoapType SearchLayoutButton
        Enumeration : SearchLayoutButton
      • RecordTypesSupported

        public static final SoapType RecordTypesSupported
        Enumeration : RecordTypesSupported
      • StringList

        public static final SoapType StringList
        Enumeration : StringList
      • ChangeEventHeader

        public static final SoapType ChangeEventHeader
        Enumeration : ChangeEventHeader
    • Method Detail

      • values

        public static SoapType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SoapType c : SoapType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SoapType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null