Interface IPicklistEntry

All Known Implementing Classes:
PicklistEntry

public interface IPicklistEntry
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
    element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    byte[]
    element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]
    element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
     
    boolean
     
    void
    setActive(boolean active)
     
    void
    setDefaultValue(boolean defaultValue)
     
    void
     
    void
    setValidFor(byte[] validFor)
     
    void
     
  • Method Details

    • getActive

      boolean getActive()
      element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isActive

      boolean isActive()
    • setActive

      void setActive(boolean active)
    • getDefaultValue

      boolean getDefaultValue()
      element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    • isDefaultValue

      boolean isDefaultValue()
    • setDefaultValue

      void setDefaultValue(boolean defaultValue)
    • getLabel

      String getLabel()
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setLabel

      void setLabel(String label)
    • getValidFor

      byte[] getValidFor()
      element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]
    • setValidFor

      void setValidFor(byte[] validFor)
    • getValue

      String getValue()
      element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setValue

      void setValue(String value)