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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getActive()
      element : active of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      boolean getDefaultValue()
      element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      String getLabel()
      element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      byte[] getValidFor()
      element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary java type: byte[]
      String getValue()
      element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      boolean isActive()  
      boolean isDefaultValue()  
      void setActive​(boolean active)  
      void setDefaultValue​(boolean defaultValue)  
      void setLabel​(String label)  
      void setValidFor​(byte[] validFor)  
      void setValue​(String value)  
    • Method Detail

      • 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)