Package com.sforce.soap.partner
Interface IDescribeGlobalSObjectResult
-
- All Known Implementing Classes:
DescribeGlobalSObjectResult
public interface IDescribeGlobalSObjectResultThis 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 booleangetActivateable()element : activateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetAssociateEntityType()element : associateEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetAssociateParentEntity()element : associateParentEntity of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetCreateable()element : createable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetCustom()element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetCustomSetting()element : customSetting of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetDataTranslationEnabled()element : dataTranslationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetDeepCloneable()element : deepCloneable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetDeletable()element : deletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetDeprecatedAndHidden()element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetFeedEnabled()element : feedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetHasSubtypes()element : hasSubtypes of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetIdEnabled()element : idEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetIsInterface()element : isInterface of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetIsSubtype()element : isSubtype of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetKeyPrefix()element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetLabelPlural()element : labelPlural of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetLayoutable()element : layoutable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetMergeable()element : mergeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetMruEnabled()element : mruEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetQueryable()element : queryable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetReplicateable()element : replicateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetRetrieveable()element : retrieveable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetSearchable()element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetTriggerable()element : triggerable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetUndeletable()element : undeletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetUpdateable()element : updateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisActivateable()booleanisCreateable()booleanisCustom()booleanisCustomSetting()booleanisDataTranslationEnabled()booleanisDeepCloneable()booleanisDeletable()booleanisDeprecatedAndHidden()booleanisFeedEnabled()booleanisHasSubtypes()booleanisIdEnabled()booleanisIsInterface()booleanisIsSubtype()booleanisLayoutable()booleanisMergeable()booleanisMruEnabled()booleanisQueryable()booleanisReplicateable()booleanisRetrieveable()booleanisSearchable()booleanisTriggerable()booleanisUndeletable()booleanisUpdateable()voidsetActivateable(boolean activateable)voidsetAssociateEntityType(String associateEntityType)voidsetAssociateParentEntity(String associateParentEntity)voidsetCreateable(boolean createable)voidsetCustom(boolean custom)voidsetCustomSetting(boolean customSetting)voidsetDataTranslationEnabled(boolean dataTranslationEnabled)voidsetDeepCloneable(boolean deepCloneable)voidsetDeletable(boolean deletable)voidsetDeprecatedAndHidden(boolean deprecatedAndHidden)voidsetFeedEnabled(boolean feedEnabled)voidsetHasSubtypes(boolean hasSubtypes)voidsetIdEnabled(boolean idEnabled)voidsetIsInterface(boolean isInterface)voidsetIsSubtype(boolean isSubtype)voidsetKeyPrefix(String keyPrefix)voidsetLabel(String label)voidsetLabelPlural(String labelPlural)voidsetLayoutable(boolean layoutable)voidsetMergeable(boolean mergeable)voidsetMruEnabled(boolean mruEnabled)voidsetName(String name)voidsetQueryable(boolean queryable)voidsetReplicateable(boolean replicateable)voidsetRetrieveable(boolean retrieveable)voidsetSearchable(boolean searchable)voidsetTriggerable(boolean triggerable)voidsetUndeletable(boolean undeletable)voidsetUpdateable(boolean updateable)
-
-
-
Method Detail
-
getActivateable
boolean getActivateable()
element : activateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isActivateable
boolean isActivateable()
-
setActivateable
void setActivateable(boolean activateable)
-
getAssociateEntityType
String getAssociateEntityType()
element : associateEntityType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setAssociateEntityType
void setAssociateEntityType(String associateEntityType)
-
getAssociateParentEntity
String getAssociateParentEntity()
element : associateParentEntity of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setAssociateParentEntity
void setAssociateParentEntity(String associateParentEntity)
-
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)
-
getCustomSetting
boolean getCustomSetting()
element : customSetting of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isCustomSetting
boolean isCustomSetting()
-
setCustomSetting
void setCustomSetting(boolean customSetting)
-
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)
-
getDeepCloneable
boolean getDeepCloneable()
element : deepCloneable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isDeepCloneable
boolean isDeepCloneable()
-
setDeepCloneable
void setDeepCloneable(boolean deepCloneable)
-
getDeletable
boolean getDeletable()
element : deletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isDeletable
boolean isDeletable()
-
setDeletable
void setDeletable(boolean deletable)
-
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)
-
getFeedEnabled
boolean getFeedEnabled()
element : feedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isFeedEnabled
boolean isFeedEnabled()
-
setFeedEnabled
void setFeedEnabled(boolean feedEnabled)
-
getHasSubtypes
boolean getHasSubtypes()
element : hasSubtypes of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isHasSubtypes
boolean isHasSubtypes()
-
setHasSubtypes
void setHasSubtypes(boolean hasSubtypes)
-
getIdEnabled
boolean getIdEnabled()
element : idEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIdEnabled
boolean isIdEnabled()
-
setIdEnabled
void setIdEnabled(boolean idEnabled)
-
getIsInterface
boolean getIsInterface()
element : isInterface of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIsInterface
boolean isIsInterface()
-
setIsInterface
void setIsInterface(boolean isInterface)
-
getIsSubtype
boolean getIsSubtype()
element : isSubtype of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIsSubtype
boolean isIsSubtype()
-
setIsSubtype
void setIsSubtype(boolean isSubtype)
-
getKeyPrefix
String getKeyPrefix()
element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setKeyPrefix
void setKeyPrefix(String keyPrefix)
-
getLabel
String getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabel
void setLabel(String label)
-
getLabelPlural
String getLabelPlural()
element : labelPlural of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLabelPlural
void setLabelPlural(String labelPlural)
-
getLayoutable
boolean getLayoutable()
element : layoutable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isLayoutable
boolean isLayoutable()
-
setLayoutable
void setLayoutable(boolean layoutable)
-
getMergeable
boolean getMergeable()
element : mergeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isMergeable
boolean isMergeable()
-
setMergeable
void setMergeable(boolean mergeable)
-
getMruEnabled
boolean getMruEnabled()
element : mruEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isMruEnabled
boolean isMruEnabled()
-
setMruEnabled
void setMruEnabled(boolean mruEnabled)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
getQueryable
boolean getQueryable()
element : queryable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isQueryable
boolean isQueryable()
-
setQueryable
void setQueryable(boolean queryable)
-
getReplicateable
boolean getReplicateable()
element : replicateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isReplicateable
boolean isReplicateable()
-
setReplicateable
void setReplicateable(boolean replicateable)
-
getRetrieveable
boolean getRetrieveable()
element : retrieveable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isRetrieveable
boolean isRetrieveable()
-
setRetrieveable
void setRetrieveable(boolean retrieveable)
-
getSearchable
boolean getSearchable()
element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isSearchable
boolean isSearchable()
-
setSearchable
void setSearchable(boolean searchable)
-
getTriggerable
boolean getTriggerable()
element : triggerable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isTriggerable
boolean isTriggerable()
-
setTriggerable
void setTriggerable(boolean triggerable)
-
getUndeletable
boolean getUndeletable()
element : undeletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isUndeletable
boolean isUndeletable()
-
setUndeletable
void setUndeletable(boolean undeletable)
-
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)
-
-