Package com.sforce.soap.partner
Interface IDescribeVisualForce_element
-
- All Known Implementing Classes:
DescribeVisualForce_element
public interface IDescribeVisualForce_elementThis 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 booleangetIncludeAllDetails()element : includeAllDetails of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetNamespacePrefix()element : namespacePrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanisIncludeAllDetails()voidsetIncludeAllDetails(boolean includeAllDetails)voidsetNamespacePrefix(String namespacePrefix)
-
-
-
Method Detail
-
getIncludeAllDetails
boolean getIncludeAllDetails()
element : includeAllDetails of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIncludeAllDetails
boolean isIncludeAllDetails()
-
setIncludeAllDetails
void setIncludeAllDetails(boolean includeAllDetails)
-
getNamespacePrefix
String getNamespacePrefix()
element : namespacePrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setNamespacePrefix
void setNamespacePrefix(String namespacePrefix)
-
-