Interface IField

  • All Known Implementing Classes:
    Field

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

      • getAggregatable

        boolean getAggregatable()
        element : aggregatable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isAggregatable

        boolean isAggregatable()
      • setAggregatable

        void setAggregatable​(boolean aggregatable)
      • getAiPredictionField

        boolean getAiPredictionField()
        element : aiPredictionField of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isAiPredictionField

        boolean isAiPredictionField()
      • setAiPredictionField

        void setAiPredictionField​(boolean aiPredictionField)
      • getAutoNumber

        boolean getAutoNumber()
        element : autoNumber of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isAutoNumber

        boolean isAutoNumber()
      • setAutoNumber

        void setAutoNumber​(boolean autoNumber)
      • getByteLength

        int getByteLength()
        element : byteLength of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setByteLength

        void setByteLength​(int byteLength)
      • getCalculated

        boolean getCalculated()
        element : calculated of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCalculated

        boolean isCalculated()
      • setCalculated

        void setCalculated​(boolean calculated)
      • getCalculatedFormula

        String getCalculatedFormula()
        element : calculatedFormula of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setCalculatedFormula

        void setCalculatedFormula​(String calculatedFormula)
      • getCascadeDelete

        boolean getCascadeDelete()
        element : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCascadeDelete

        boolean isCascadeDelete()
      • setCascadeDelete

        void setCascadeDelete​(boolean cascadeDelete)
      • getCaseSensitive

        boolean getCaseSensitive()
        element : caseSensitive of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCaseSensitive

        boolean isCaseSensitive()
      • setCaseSensitive

        void setCaseSensitive​(boolean caseSensitive)
      • getCompoundFieldName

        String getCompoundFieldName()
        element : compoundFieldName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setCompoundFieldName

        void setCompoundFieldName​(String compoundFieldName)
      • getControllerName

        String getControllerName()
        element : controllerName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setControllerName

        void setControllerName​(String controllerName)
      • getCreateable

        boolean getCreateable()
        element : createable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCreateable

        boolean isCreateable()
      • setCreateable

        void setCreateable​(boolean createable)
      • getCustom

        boolean getCustom()
        element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isCustom

        boolean isCustom()
      • setCustom

        void setCustom​(boolean custom)
      • getDataTranslationEnabled

        boolean getDataTranslationEnabled()
        element : dataTranslationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isDataTranslationEnabled

        boolean isDataTranslationEnabled()
      • setDataTranslationEnabled

        void setDataTranslationEnabled​(boolean dataTranslationEnabled)
      • getDefaultValue

        Object getDefaultValue()
        element : defaultValue of type {http://www.w3.org/2001/XMLSchema}anyType java type: java.lang.Object
      • setDefaultValue

        void setDefaultValue​(Object defaultValue)
      • getDefaultValueFormula

        String getDefaultValueFormula()
        element : defaultValueFormula of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setDefaultValueFormula

        void setDefaultValueFormula​(String defaultValueFormula)
      • getDefaultedOnCreate

        boolean getDefaultedOnCreate()
        element : defaultedOnCreate of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isDefaultedOnCreate

        boolean isDefaultedOnCreate()
      • setDefaultedOnCreate

        void setDefaultedOnCreate​(boolean defaultedOnCreate)
      • getDependentPicklist

        boolean getDependentPicklist()
        element : dependentPicklist of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isDependentPicklist

        boolean isDependentPicklist()
      • setDependentPicklist

        void setDependentPicklist​(boolean dependentPicklist)
      • getDeprecatedAndHidden

        boolean getDeprecatedAndHidden()
        element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isDeprecatedAndHidden

        boolean isDeprecatedAndHidden()
      • setDeprecatedAndHidden

        void setDeprecatedAndHidden​(boolean deprecatedAndHidden)
      • getDigits

        int getDigits()
        element : digits of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setDigits

        void setDigits​(int digits)
      • getDisplayLocationInDecimal

        boolean getDisplayLocationInDecimal()
        element : displayLocationInDecimal of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isDisplayLocationInDecimal

        boolean isDisplayLocationInDecimal()
      • setDisplayLocationInDecimal

        void setDisplayLocationInDecimal​(boolean displayLocationInDecimal)
      • getEncrypted

        boolean getEncrypted()
        element : encrypted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isEncrypted

        boolean isEncrypted()
      • setEncrypted

        void setEncrypted​(boolean encrypted)
      • getExternalId

        boolean getExternalId()
        element : externalId of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isExternalId

        boolean isExternalId()
      • setExternalId

        void setExternalId​(boolean externalId)
      • getExtraTypeInfo

        String getExtraTypeInfo()
        element : extraTypeInfo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setExtraTypeInfo

        void setExtraTypeInfo​(String extraTypeInfo)
      • getFilterable

        boolean getFilterable()
        element : filterable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isFilterable

        boolean isFilterable()
      • setFilterable

        void setFilterable​(boolean filterable)
      • getFilteredLookupInfo

        IFilteredLookupInfo getFilteredLookupInfo()
        element : filteredLookupInfo of type {urn:partner.soap.sforce.com}FilteredLookupInfo java type: com.sforce.soap.partner.FilteredLookupInfo
      • setFilteredLookupInfo

        void setFilteredLookupInfo​(IFilteredLookupInfo filteredLookupInfo)
      • getFormulaTreatNullNumberAsZero

        boolean getFormulaTreatNullNumberAsZero()
        element : formulaTreatNullNumberAsZero of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isFormulaTreatNullNumberAsZero

        boolean isFormulaTreatNullNumberAsZero()
      • setFormulaTreatNullNumberAsZero

        void setFormulaTreatNullNumberAsZero​(boolean formulaTreatNullNumberAsZero)
      • getGroupable

        boolean getGroupable()
        element : groupable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isGroupable

        boolean isGroupable()
      • setGroupable

        void setGroupable​(boolean groupable)
      • getHighScaleNumber

        boolean getHighScaleNumber()
        element : highScaleNumber of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isHighScaleNumber

        boolean isHighScaleNumber()
      • setHighScaleNumber

        void setHighScaleNumber​(boolean highScaleNumber)
      • getHtmlFormatted

        boolean getHtmlFormatted()
        element : htmlFormatted of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isHtmlFormatted

        boolean isHtmlFormatted()
      • setHtmlFormatted

        void setHtmlFormatted​(boolean htmlFormatted)
      • getIdLookup

        boolean getIdLookup()
        element : idLookup of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isIdLookup

        boolean isIdLookup()
      • setIdLookup

        void setIdLookup​(boolean idLookup)
      • getInlineHelpText

        String getInlineHelpText()
        element : inlineHelpText of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setInlineHelpText

        void setInlineHelpText​(String inlineHelpText)
      • getLabel

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

        void setLabel​(String label)
      • getLength

        int getLength()
        element : length of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setLength

        void setLength​(int length)
      • getMask

        String getMask()
        element : mask of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setMask

        void setMask​(String mask)
      • getMaskType

        String getMaskType()
        element : maskType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setMaskType

        void setMaskType​(String maskType)
      • getName

        String getName()
        element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setName

        void setName​(String name)
      • getNameField

        boolean getNameField()
        element : nameField of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isNameField

        boolean isNameField()
      • setNameField

        void setNameField​(boolean nameField)
      • getNamePointing

        boolean getNamePointing()
        element : namePointing of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isNamePointing

        boolean isNamePointing()
      • setNamePointing

        void setNamePointing​(boolean namePointing)
      • getNillable

        boolean getNillable()
        element : nillable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isNillable

        boolean isNillable()
      • setNillable

        void setNillable​(boolean nillable)
      • getPermissionable

        boolean getPermissionable()
        element : permissionable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isPermissionable

        boolean isPermissionable()
      • setPermissionable

        void setPermissionable​(boolean permissionable)
      • getPicklistValues

        IPicklistEntry[] getPicklistValues()
        element : picklistValues of type {urn:partner.soap.sforce.com}PicklistEntry java type: com.sforce.soap.partner.PicklistEntry[]
      • setPicklistValues

        void setPicklistValues​(IPicklistEntry[] picklistValues)
      • getPolymorphicForeignKey

        boolean getPolymorphicForeignKey()
        element : polymorphicForeignKey of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isPolymorphicForeignKey

        boolean isPolymorphicForeignKey()
      • setPolymorphicForeignKey

        void setPolymorphicForeignKey​(boolean polymorphicForeignKey)
      • getPrecision

        int getPrecision()
        element : precision of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setPrecision

        void setPrecision​(int precision)
      • getQueryByDistance

        boolean getQueryByDistance()
        element : queryByDistance of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isQueryByDistance

        boolean isQueryByDistance()
      • setQueryByDistance

        void setQueryByDistance​(boolean queryByDistance)
      • getReferenceTargetField

        String getReferenceTargetField()
        element : referenceTargetField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setReferenceTargetField

        void setReferenceTargetField​(String referenceTargetField)
      • getReferenceTo

        String[] getReferenceTo()
        element : referenceTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
      • setReferenceTo

        void setReferenceTo​(String[] referenceTo)
      • getRelationshipName

        String getRelationshipName()
        element : relationshipName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setRelationshipName

        void setRelationshipName​(String relationshipName)
      • getRelationshipOrder

        int getRelationshipOrder()
        element : relationshipOrder of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setRelationshipOrder

        void setRelationshipOrder​(int relationshipOrder)
      • getRestrictedDelete

        boolean getRestrictedDelete()
        element : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isRestrictedDelete

        boolean isRestrictedDelete()
      • setRestrictedDelete

        void setRestrictedDelete​(boolean restrictedDelete)
      • getRestrictedPicklist

        boolean getRestrictedPicklist()
        element : restrictedPicklist of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isRestrictedPicklist

        boolean isRestrictedPicklist()
      • setRestrictedPicklist

        void setRestrictedPicklist​(boolean restrictedPicklist)
      • getScale

        int getScale()
        element : scale of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setScale

        void setScale​(int scale)
      • getSearchPrefilterable

        boolean getSearchPrefilterable()
        element : searchPrefilterable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isSearchPrefilterable

        boolean isSearchPrefilterable()
      • setSearchPrefilterable

        void setSearchPrefilterable​(boolean searchPrefilterable)
      • getSoapType

        SoapType getSoapType()
        element : soapType of type {urn:partner.soap.sforce.com}soapType java type: com.sforce.soap.partner.SoapType
      • setSoapType

        void setSoapType​(SoapType soapType)
      • getSortable

        boolean getSortable()
        element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isSortable

        boolean isSortable()
      • setSortable

        void setSortable​(boolean sortable)
      • getType

        FieldType getType()
        element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType
      • getUnique

        boolean getUnique()
        element : unique of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isUnique

        boolean isUnique()
      • setUnique

        void setUnique​(boolean unique)
      • getUpdateable

        boolean getUpdateable()
        element : updateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isUpdateable

        boolean isUpdateable()
      • setUpdateable

        void setUpdateable​(boolean updateable)
      • getWriteRequiresMasterRead

        boolean getWriteRequiresMasterRead()
        element : writeRequiresMasterRead of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isWriteRequiresMasterRead

        boolean isWriteRequiresMasterRead()
      • setWriteRequiresMasterRead

        void setWriteRequiresMasterRead​(boolean writeRequiresMasterRead)