public static interface MidlDocument.Midl extends SimpleItemType
Modifier and Type | Interface and Description |
---|---|
static class |
MidlDocument.Midl.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlObject |
addNewAdditionalIncludeDirectories()
Appends and returns a new empty value (as xml) as the last "AdditionalIncludeDirectories" element
|
XmlObject |
addNewAdditionalOptions()
Appends and returns a new empty value (as xml) as the last "AdditionalOptions" element
|
XmlObject |
addNewApplicationConfigurationMode()
Appends and returns a new empty value (as xml) as the last "ApplicationConfigurationMode" element
|
XmlObject |
addNewClientStubFile()
Appends and returns a new empty value (as xml) as the last "ClientStubFile" element
|
XmlObject |
addNewCPreprocessOptions()
Appends and returns a new empty value (as xml) as the last "CPreprocessOptions" element
|
XmlObject |
addNewDefaultCharType()
Appends and returns a new empty value (as xml) as the last "DefaultCharType" element
|
XmlObject |
addNewDllDataFileName()
Appends and returns a new empty value (as xml) as the last "DllDataFileName" element
|
XmlObject |
addNewEnableErrorChecks()
Appends and returns a new empty value (as xml) as the last "EnableErrorChecks" element
|
XmlObject |
addNewErrorCheckAllocations()
Appends and returns a new empty value (as xml) as the last "ErrorCheckAllocations" element
|
XmlObject |
addNewErrorCheckBounds()
Appends and returns a new empty value (as xml) as the last "ErrorCheckBounds" element
|
XmlObject |
addNewErrorCheckEnumRange()
Appends and returns a new empty value (as xml) as the last "ErrorCheckEnumRange" element
|
XmlObject |
addNewErrorCheckRefPointers()
Appends and returns a new empty value (as xml) as the last "ErrorCheckRefPointers" element
|
XmlObject |
addNewErrorCheckStubData()
Appends and returns a new empty value (as xml) as the last "ErrorCheckStubData" element
|
XmlObject |
addNewGenerateClientFiles()
Appends and returns a new empty value (as xml) as the last "GenerateClientFiles" element
|
XmlObject |
addNewGenerateServerFiles()
Appends and returns a new empty value (as xml) as the last "GenerateServerFiles" element
|
XmlObject |
addNewGenerateStublessProxies()
Appends and returns a new empty value (as xml) as the last "GenerateStublessProxies" element
|
XmlObject |
addNewGenerateTypeLibrary()
Appends and returns a new empty value (as xml) as the last "GenerateTypeLibrary" element
|
XmlObject |
addNewHeaderFileName()
Appends and returns a new empty value (as xml) as the last "HeaderFileName" element
|
XmlObject |
addNewIgnoreStandardIncludePath()
Appends and returns a new empty value (as xml) as the last "IgnoreStandardIncludePath" element
|
XmlObject |
addNewInterfaceIdentifierFileName()
Appends and returns a new empty value (as xml) as the last "InterfaceIdentifierFileName" element
|
XmlObject |
addNewLocaleID()
Appends and returns a new empty value (as xml) as the last "LocaleID" element
|
XmlObject |
addNewMkTypLibCompatible()
Appends and returns a new empty value (as xml) as the last "MkTypLibCompatible" element
|
XmlObject |
addNewOutputDirectory()
Appends and returns a new empty value (as xml) as the last "OutputDirectory" element
|
XmlObject |
addNewPreprocessorDefinitions()
Appends and returns a new empty value (as xml) as the last "PreprocessorDefinitions" element
|
XmlObject |
addNewProxyFileName()
Appends and returns a new empty value (as xml) as the last "ProxyFileName" element
|
XmlObject |
addNewRedirectOutputAndErrors()
Appends and returns a new empty value (as xml) as the last "RedirectOutputAndErrors" element
|
XmlObject |
addNewServerStubFile()
Appends and returns a new empty value (as xml) as the last "ServerStubFile" element
|
XmlObject |
addNewStructMemberAlignment()
Appends and returns a new empty value (as xml) as the last "StructMemberAlignment" element
|
XmlObject |
addNewSuppressCompilerWarnings()
Appends and returns a new empty value (as xml) as the last "SuppressCompilerWarnings" element
|
XmlObject |
addNewSuppressStartupBanner()
Appends and returns a new empty value (as xml) as the last "SuppressStartupBanner" element
|
XmlObject |
addNewTargetEnvironment()
Appends and returns a new empty value (as xml) as the last "TargetEnvironment" element
|
XmlObject |
addNewTypeLibFormat()
Appends and returns a new empty value (as xml) as the last "TypeLibFormat" element
|
XmlObject |
addNewTypeLibraryName()
Appends and returns a new empty value (as xml) as the last "TypeLibraryName" element
|
XmlObject |
addNewUndefinePreprocessorDefinitions()
Appends and returns a new empty value (as xml) as the last "UndefinePreprocessorDefinitions" element
|
Boolean |
addNewValidateAllParameters()
Appends and returns a new empty value (as xml) as the last "ValidateAllParameters" element
|
XmlObject |
addNewWarnAsError()
Appends and returns a new empty value (as xml) as the last "WarnAsError" element
|
void |
addValidateAllParameters(String validateAllParameters)
Appends the value as the last "ValidateAllParameters" element
|
XmlObject[] |
getAdditionalIncludeDirectoriesArray()
Deprecated.
|
XmlObject |
getAdditionalIncludeDirectoriesArray(int i)
Gets ith "AdditionalIncludeDirectories" element
|
List<XmlObject> |
getAdditionalIncludeDirectoriesList()
Gets a List of "AdditionalIncludeDirectories" elements
|
XmlObject[] |
getAdditionalOptionsArray()
Deprecated.
|
XmlObject |
getAdditionalOptionsArray(int i)
Gets ith "AdditionalOptions" element
|
List<XmlObject> |
getAdditionalOptionsList()
Gets a List of "AdditionalOptions" elements
|
XmlObject[] |
getApplicationConfigurationModeArray()
Deprecated.
|
XmlObject |
getApplicationConfigurationModeArray(int i)
Gets ith "ApplicationConfigurationMode" element
|
List<XmlObject> |
getApplicationConfigurationModeList()
Gets a List of "ApplicationConfigurationMode" elements
|
XmlObject[] |
getClientStubFileArray()
Deprecated.
|
XmlObject |
getClientStubFileArray(int i)
Gets ith "ClientStubFile" element
|
List<XmlObject> |
getClientStubFileList()
Gets a List of "ClientStubFile" elements
|
XmlObject[] |
getCPreprocessOptionsArray()
Deprecated.
|
XmlObject |
getCPreprocessOptionsArray(int i)
Gets ith "CPreprocessOptions" element
|
List<XmlObject> |
getCPreprocessOptionsList()
Gets a List of "CPreprocessOptions" elements
|
XmlObject[] |
getDefaultCharTypeArray()
Deprecated.
|
XmlObject |
getDefaultCharTypeArray(int i)
Gets ith "DefaultCharType" element
|
List<XmlObject> |
getDefaultCharTypeList()
Gets a List of "DefaultCharType" elements
|
XmlObject[] |
getDllDataFileNameArray()
Deprecated.
|
XmlObject |
getDllDataFileNameArray(int i)
Gets ith "DllDataFileName" element
|
List<XmlObject> |
getDllDataFileNameList()
Gets a List of "DllDataFileName" elements
|
XmlObject[] |
getEnableErrorChecksArray()
Deprecated.
|
XmlObject |
getEnableErrorChecksArray(int i)
Gets ith "EnableErrorChecks" element
|
List<XmlObject> |
getEnableErrorChecksList()
Gets a List of "EnableErrorChecks" elements
|
XmlObject[] |
getErrorCheckAllocationsArray()
Deprecated.
|
XmlObject |
getErrorCheckAllocationsArray(int i)
Gets ith "ErrorCheckAllocations" element
|
List<XmlObject> |
getErrorCheckAllocationsList()
Gets a List of "ErrorCheckAllocations" elements
|
XmlObject[] |
getErrorCheckBoundsArray()
Deprecated.
|
XmlObject |
getErrorCheckBoundsArray(int i)
Gets ith "ErrorCheckBounds" element
|
List<XmlObject> |
getErrorCheckBoundsList()
Gets a List of "ErrorCheckBounds" elements
|
XmlObject[] |
getErrorCheckEnumRangeArray()
Deprecated.
|
XmlObject |
getErrorCheckEnumRangeArray(int i)
Gets ith "ErrorCheckEnumRange" element
|
List<XmlObject> |
getErrorCheckEnumRangeList()
Gets a List of "ErrorCheckEnumRange" elements
|
XmlObject[] |
getErrorCheckRefPointersArray()
Deprecated.
|
XmlObject |
getErrorCheckRefPointersArray(int i)
Gets ith "ErrorCheckRefPointers" element
|
List<XmlObject> |
getErrorCheckRefPointersList()
Gets a List of "ErrorCheckRefPointers" elements
|
XmlObject[] |
getErrorCheckStubDataArray()
Deprecated.
|
XmlObject |
getErrorCheckStubDataArray(int i)
Gets ith "ErrorCheckStubData" element
|
List<XmlObject> |
getErrorCheckStubDataList()
Gets a List of "ErrorCheckStubData" elements
|
XmlObject[] |
getGenerateClientFilesArray()
Deprecated.
|
XmlObject |
getGenerateClientFilesArray(int i)
Gets ith "GenerateClientFiles" element
|
List<XmlObject> |
getGenerateClientFilesList()
Gets a List of "GenerateClientFiles" elements
|
XmlObject[] |
getGenerateServerFilesArray()
Deprecated.
|
XmlObject |
getGenerateServerFilesArray(int i)
Gets ith "GenerateServerFiles" element
|
List<XmlObject> |
getGenerateServerFilesList()
Gets a List of "GenerateServerFiles" elements
|
XmlObject[] |
getGenerateStublessProxiesArray()
Deprecated.
|
XmlObject |
getGenerateStublessProxiesArray(int i)
Gets ith "GenerateStublessProxies" element
|
List<XmlObject> |
getGenerateStublessProxiesList()
Gets a List of "GenerateStublessProxies" elements
|
XmlObject[] |
getGenerateTypeLibraryArray()
Deprecated.
|
XmlObject |
getGenerateTypeLibraryArray(int i)
Gets ith "GenerateTypeLibrary" element
|
List<XmlObject> |
getGenerateTypeLibraryList()
Gets a List of "GenerateTypeLibrary" elements
|
XmlObject[] |
getHeaderFileNameArray()
Deprecated.
|
XmlObject |
getHeaderFileNameArray(int i)
Gets ith "HeaderFileName" element
|
List<XmlObject> |
getHeaderFileNameList()
Gets a List of "HeaderFileName" elements
|
XmlObject[] |
getIgnoreStandardIncludePathArray()
Deprecated.
|
XmlObject |
getIgnoreStandardIncludePathArray(int i)
Gets ith "IgnoreStandardIncludePath" element
|
List<XmlObject> |
getIgnoreStandardIncludePathList()
Gets a List of "IgnoreStandardIncludePath" elements
|
XmlObject[] |
getInterfaceIdentifierFileNameArray()
Deprecated.
|
XmlObject |
getInterfaceIdentifierFileNameArray(int i)
Gets ith "InterfaceIdentifierFileName" element
|
List<XmlObject> |
getInterfaceIdentifierFileNameList()
Gets a List of "InterfaceIdentifierFileName" elements
|
XmlObject[] |
getLocaleIDArray()
Deprecated.
|
XmlObject |
getLocaleIDArray(int i)
Gets ith "LocaleID" element
|
List<XmlObject> |
getLocaleIDList()
Gets a List of "LocaleID" elements
|
XmlObject[] |
getMkTypLibCompatibleArray()
Deprecated.
|
XmlObject |
getMkTypLibCompatibleArray(int i)
Gets ith "MkTypLibCompatible" element
|
List<XmlObject> |
getMkTypLibCompatibleList()
Gets a List of "MkTypLibCompatible" elements
|
XmlObject[] |
getOutputDirectoryArray()
Deprecated.
|
XmlObject |
getOutputDirectoryArray(int i)
Gets ith "OutputDirectory" element
|
List<XmlObject> |
getOutputDirectoryList()
Gets a List of "OutputDirectory" elements
|
XmlObject[] |
getPreprocessorDefinitionsArray()
Deprecated.
|
XmlObject |
getPreprocessorDefinitionsArray(int i)
Gets ith "PreprocessorDefinitions" element
|
List<XmlObject> |
getPreprocessorDefinitionsList()
Gets a List of "PreprocessorDefinitions" elements
|
XmlObject[] |
getProxyFileNameArray()
Deprecated.
|
XmlObject |
getProxyFileNameArray(int i)
Gets ith "ProxyFileName" element
|
List<XmlObject> |
getProxyFileNameList()
Gets a List of "ProxyFileName" elements
|
XmlObject[] |
getRedirectOutputAndErrorsArray()
Deprecated.
|
XmlObject |
getRedirectOutputAndErrorsArray(int i)
Gets ith "RedirectOutputAndErrors" element
|
List<XmlObject> |
getRedirectOutputAndErrorsList()
Gets a List of "RedirectOutputAndErrors" elements
|
XmlObject[] |
getServerStubFileArray()
Deprecated.
|
XmlObject |
getServerStubFileArray(int i)
Gets ith "ServerStubFile" element
|
List<XmlObject> |
getServerStubFileList()
Gets a List of "ServerStubFile" elements
|
XmlObject[] |
getStructMemberAlignmentArray()
Deprecated.
|
XmlObject |
getStructMemberAlignmentArray(int i)
Gets ith "StructMemberAlignment" element
|
List<XmlObject> |
getStructMemberAlignmentList()
Gets a List of "StructMemberAlignment" elements
|
XmlObject[] |
getSuppressCompilerWarningsArray()
Deprecated.
|
XmlObject |
getSuppressCompilerWarningsArray(int i)
Gets ith "SuppressCompilerWarnings" element
|
List<XmlObject> |
getSuppressCompilerWarningsList()
Gets a List of "SuppressCompilerWarnings" elements
|
XmlObject[] |
getSuppressStartupBannerArray()
Deprecated.
|
XmlObject |
getSuppressStartupBannerArray(int i)
Gets ith "SuppressStartupBanner" element
|
List<XmlObject> |
getSuppressStartupBannerList()
Gets a List of "SuppressStartupBanner" elements
|
XmlObject[] |
getTargetEnvironmentArray()
Deprecated.
|
XmlObject |
getTargetEnvironmentArray(int i)
Gets ith "TargetEnvironment" element
|
List<XmlObject> |
getTargetEnvironmentList()
Gets a List of "TargetEnvironment" elements
|
XmlObject[] |
getTypeLibFormatArray()
Deprecated.
|
XmlObject |
getTypeLibFormatArray(int i)
Gets ith "TypeLibFormat" element
|
List<XmlObject> |
getTypeLibFormatList()
Gets a List of "TypeLibFormat" elements
|
XmlObject[] |
getTypeLibraryNameArray()
Deprecated.
|
XmlObject |
getTypeLibraryNameArray(int i)
Gets ith "TypeLibraryName" element
|
List<XmlObject> |
getTypeLibraryNameList()
Gets a List of "TypeLibraryName" elements
|
XmlObject[] |
getUndefinePreprocessorDefinitionsArray()
Deprecated.
|
XmlObject |
getUndefinePreprocessorDefinitionsArray(int i)
Gets ith "UndefinePreprocessorDefinitions" element
|
List<XmlObject> |
getUndefinePreprocessorDefinitionsList()
Gets a List of "UndefinePreprocessorDefinitions" elements
|
String[] |
getValidateAllParametersArray()
Deprecated.
|
String |
getValidateAllParametersArray(int i)
Gets ith "ValidateAllParameters" element
|
List<String> |
getValidateAllParametersList()
Gets a List of "ValidateAllParameters" elements
|
XmlObject[] |
getWarnAsErrorArray()
Deprecated.
|
XmlObject |
getWarnAsErrorArray(int i)
Gets ith "WarnAsError" element
|
List<XmlObject> |
getWarnAsErrorList()
Gets a List of "WarnAsError" elements
|
XmlObject |
insertNewAdditionalIncludeDirectories(int i)
Inserts and returns a new empty value (as xml) as the ith "AdditionalIncludeDirectories" element
|
XmlObject |
insertNewAdditionalOptions(int i)
Inserts and returns a new empty value (as xml) as the ith "AdditionalOptions" element
|
XmlObject |
insertNewApplicationConfigurationMode(int i)
Inserts and returns a new empty value (as xml) as the ith "ApplicationConfigurationMode" element
|
XmlObject |
insertNewClientStubFile(int i)
Inserts and returns a new empty value (as xml) as the ith "ClientStubFile" element
|
XmlObject |
insertNewCPreprocessOptions(int i)
Inserts and returns a new empty value (as xml) as the ith "CPreprocessOptions" element
|
XmlObject |
insertNewDefaultCharType(int i)
Inserts and returns a new empty value (as xml) as the ith "DefaultCharType" element
|
XmlObject |
insertNewDllDataFileName(int i)
Inserts and returns a new empty value (as xml) as the ith "DllDataFileName" element
|
XmlObject |
insertNewEnableErrorChecks(int i)
Inserts and returns a new empty value (as xml) as the ith "EnableErrorChecks" element
|
XmlObject |
insertNewErrorCheckAllocations(int i)
Inserts and returns a new empty value (as xml) as the ith "ErrorCheckAllocations" element
|
XmlObject |
insertNewErrorCheckBounds(int i)
Inserts and returns a new empty value (as xml) as the ith "ErrorCheckBounds" element
|
XmlObject |
insertNewErrorCheckEnumRange(int i)
Inserts and returns a new empty value (as xml) as the ith "ErrorCheckEnumRange" element
|
XmlObject |
insertNewErrorCheckRefPointers(int i)
Inserts and returns a new empty value (as xml) as the ith "ErrorCheckRefPointers" element
|
XmlObject |
insertNewErrorCheckStubData(int i)
Inserts and returns a new empty value (as xml) as the ith "ErrorCheckStubData" element
|
XmlObject |
insertNewGenerateClientFiles(int i)
Inserts and returns a new empty value (as xml) as the ith "GenerateClientFiles" element
|
XmlObject |
insertNewGenerateServerFiles(int i)
Inserts and returns a new empty value (as xml) as the ith "GenerateServerFiles" element
|
XmlObject |
insertNewGenerateStublessProxies(int i)
Inserts and returns a new empty value (as xml) as the ith "GenerateStublessProxies" element
|
XmlObject |
insertNewGenerateTypeLibrary(int i)
Inserts and returns a new empty value (as xml) as the ith "GenerateTypeLibrary" element
|
XmlObject |
insertNewHeaderFileName(int i)
Inserts and returns a new empty value (as xml) as the ith "HeaderFileName" element
|
XmlObject |
insertNewIgnoreStandardIncludePath(int i)
Inserts and returns a new empty value (as xml) as the ith "IgnoreStandardIncludePath" element
|
XmlObject |
insertNewInterfaceIdentifierFileName(int i)
Inserts and returns a new empty value (as xml) as the ith "InterfaceIdentifierFileName" element
|
XmlObject |
insertNewLocaleID(int i)
Inserts and returns a new empty value (as xml) as the ith "LocaleID" element
|
XmlObject |
insertNewMkTypLibCompatible(int i)
Inserts and returns a new empty value (as xml) as the ith "MkTypLibCompatible" element
|
XmlObject |
insertNewOutputDirectory(int i)
Inserts and returns a new empty value (as xml) as the ith "OutputDirectory" element
|
XmlObject |
insertNewPreprocessorDefinitions(int i)
Inserts and returns a new empty value (as xml) as the ith "PreprocessorDefinitions" element
|
XmlObject |
insertNewProxyFileName(int i)
Inserts and returns a new empty value (as xml) as the ith "ProxyFileName" element
|
XmlObject |
insertNewRedirectOutputAndErrors(int i)
Inserts and returns a new empty value (as xml) as the ith "RedirectOutputAndErrors" element
|
XmlObject |
insertNewServerStubFile(int i)
Inserts and returns a new empty value (as xml) as the ith "ServerStubFile" element
|
XmlObject |
insertNewStructMemberAlignment(int i)
Inserts and returns a new empty value (as xml) as the ith "StructMemberAlignment" element
|
XmlObject |
insertNewSuppressCompilerWarnings(int i)
Inserts and returns a new empty value (as xml) as the ith "SuppressCompilerWarnings" element
|
XmlObject |
insertNewSuppressStartupBanner(int i)
Inserts and returns a new empty value (as xml) as the ith "SuppressStartupBanner" element
|
XmlObject |
insertNewTargetEnvironment(int i)
Inserts and returns a new empty value (as xml) as the ith "TargetEnvironment" element
|
XmlObject |
insertNewTypeLibFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "TypeLibFormat" element
|
XmlObject |
insertNewTypeLibraryName(int i)
Inserts and returns a new empty value (as xml) as the ith "TypeLibraryName" element
|
XmlObject |
insertNewUndefinePreprocessorDefinitions(int i)
Inserts and returns a new empty value (as xml) as the ith "UndefinePreprocessorDefinitions" element
|
Boolean |
insertNewValidateAllParameters(int i)
Inserts and returns a new empty value (as xml) as the ith "ValidateAllParameters" element
|
XmlObject |
insertNewWarnAsError(int i)
Inserts and returns a new empty value (as xml) as the ith "WarnAsError" element
|
void |
insertValidateAllParameters(int i,
String validateAllParameters)
Inserts the value as the ith "ValidateAllParameters" element
|
void |
removeAdditionalIncludeDirectories(int i)
Removes the ith "AdditionalIncludeDirectories" element
|
void |
removeAdditionalOptions(int i)
Removes the ith "AdditionalOptions" element
|
void |
removeApplicationConfigurationMode(int i)
Removes the ith "ApplicationConfigurationMode" element
|
void |
removeClientStubFile(int i)
Removes the ith "ClientStubFile" element
|
void |
removeCPreprocessOptions(int i)
Removes the ith "CPreprocessOptions" element
|
void |
removeDefaultCharType(int i)
Removes the ith "DefaultCharType" element
|
void |
removeDllDataFileName(int i)
Removes the ith "DllDataFileName" element
|
void |
removeEnableErrorChecks(int i)
Removes the ith "EnableErrorChecks" element
|
void |
removeErrorCheckAllocations(int i)
Removes the ith "ErrorCheckAllocations" element
|
void |
removeErrorCheckBounds(int i)
Removes the ith "ErrorCheckBounds" element
|
void |
removeErrorCheckEnumRange(int i)
Removes the ith "ErrorCheckEnumRange" element
|
void |
removeErrorCheckRefPointers(int i)
Removes the ith "ErrorCheckRefPointers" element
|
void |
removeErrorCheckStubData(int i)
Removes the ith "ErrorCheckStubData" element
|
void |
removeGenerateClientFiles(int i)
Removes the ith "GenerateClientFiles" element
|
void |
removeGenerateServerFiles(int i)
Removes the ith "GenerateServerFiles" element
|
void |
removeGenerateStublessProxies(int i)
Removes the ith "GenerateStublessProxies" element
|
void |
removeGenerateTypeLibrary(int i)
Removes the ith "GenerateTypeLibrary" element
|
void |
removeHeaderFileName(int i)
Removes the ith "HeaderFileName" element
|
void |
removeIgnoreStandardIncludePath(int i)
Removes the ith "IgnoreStandardIncludePath" element
|
void |
removeInterfaceIdentifierFileName(int i)
Removes the ith "InterfaceIdentifierFileName" element
|
void |
removeLocaleID(int i)
Removes the ith "LocaleID" element
|
void |
removeMkTypLibCompatible(int i)
Removes the ith "MkTypLibCompatible" element
|
void |
removeOutputDirectory(int i)
Removes the ith "OutputDirectory" element
|
void |
removePreprocessorDefinitions(int i)
Removes the ith "PreprocessorDefinitions" element
|
void |
removeProxyFileName(int i)
Removes the ith "ProxyFileName" element
|
void |
removeRedirectOutputAndErrors(int i)
Removes the ith "RedirectOutputAndErrors" element
|
void |
removeServerStubFile(int i)
Removes the ith "ServerStubFile" element
|
void |
removeStructMemberAlignment(int i)
Removes the ith "StructMemberAlignment" element
|
void |
removeSuppressCompilerWarnings(int i)
Removes the ith "SuppressCompilerWarnings" element
|
void |
removeSuppressStartupBanner(int i)
Removes the ith "SuppressStartupBanner" element
|
void |
removeTargetEnvironment(int i)
Removes the ith "TargetEnvironment" element
|
void |
removeTypeLibFormat(int i)
Removes the ith "TypeLibFormat" element
|
void |
removeTypeLibraryName(int i)
Removes the ith "TypeLibraryName" element
|
void |
removeUndefinePreprocessorDefinitions(int i)
Removes the ith "UndefinePreprocessorDefinitions" element
|
void |
removeValidateAllParameters(int i)
Removes the ith "ValidateAllParameters" element
|
void |
removeWarnAsError(int i)
Removes the ith "WarnAsError" element
|
void |
setAdditionalIncludeDirectoriesArray(int i,
XmlObject additionalIncludeDirectories)
Sets ith "AdditionalIncludeDirectories" element
|
void |
setAdditionalIncludeDirectoriesArray(XmlObject[] additionalIncludeDirectoriesArray)
Sets array of all "AdditionalIncludeDirectories" element
|
void |
setAdditionalOptionsArray(int i,
XmlObject additionalOptions)
Sets ith "AdditionalOptions" element
|
void |
setAdditionalOptionsArray(XmlObject[] additionalOptionsArray)
Sets array of all "AdditionalOptions" element
|
void |
setApplicationConfigurationModeArray(int i,
XmlObject applicationConfigurationMode)
Sets ith "ApplicationConfigurationMode" element
|
void |
setApplicationConfigurationModeArray(XmlObject[] applicationConfigurationModeArray)
Sets array of all "ApplicationConfigurationMode" element
|
void |
setClientStubFileArray(int i,
XmlObject clientStubFile)
Sets ith "ClientStubFile" element
|
void |
setClientStubFileArray(XmlObject[] clientStubFileArray)
Sets array of all "ClientStubFile" element
|
void |
setCPreprocessOptionsArray(int i,
XmlObject cPreprocessOptions)
Sets ith "CPreprocessOptions" element
|
void |
setCPreprocessOptionsArray(XmlObject[] cPreprocessOptionsArray)
Sets array of all "CPreprocessOptions" element
|
void |
setDefaultCharTypeArray(int i,
XmlObject defaultCharType)
Sets ith "DefaultCharType" element
|
void |
setDefaultCharTypeArray(XmlObject[] defaultCharTypeArray)
Sets array of all "DefaultCharType" element
|
void |
setDllDataFileNameArray(int i,
XmlObject dllDataFileName)
Sets ith "DllDataFileName" element
|
void |
setDllDataFileNameArray(XmlObject[] dllDataFileNameArray)
Sets array of all "DllDataFileName" element
|
void |
setEnableErrorChecksArray(int i,
XmlObject enableErrorChecks)
Sets ith "EnableErrorChecks" element
|
void |
setEnableErrorChecksArray(XmlObject[] enableErrorChecksArray)
Sets array of all "EnableErrorChecks" element
|
void |
setErrorCheckAllocationsArray(int i,
XmlObject errorCheckAllocations)
Sets ith "ErrorCheckAllocations" element
|
void |
setErrorCheckAllocationsArray(XmlObject[] errorCheckAllocationsArray)
Sets array of all "ErrorCheckAllocations" element
|
void |
setErrorCheckBoundsArray(int i,
XmlObject errorCheckBounds)
Sets ith "ErrorCheckBounds" element
|
void |
setErrorCheckBoundsArray(XmlObject[] errorCheckBoundsArray)
Sets array of all "ErrorCheckBounds" element
|
void |
setErrorCheckEnumRangeArray(int i,
XmlObject errorCheckEnumRange)
Sets ith "ErrorCheckEnumRange" element
|
void |
setErrorCheckEnumRangeArray(XmlObject[] errorCheckEnumRangeArray)
Sets array of all "ErrorCheckEnumRange" element
|
void |
setErrorCheckRefPointersArray(int i,
XmlObject errorCheckRefPointers)
Sets ith "ErrorCheckRefPointers" element
|
void |
setErrorCheckRefPointersArray(XmlObject[] errorCheckRefPointersArray)
Sets array of all "ErrorCheckRefPointers" element
|
void |
setErrorCheckStubDataArray(int i,
XmlObject errorCheckStubData)
Sets ith "ErrorCheckStubData" element
|
void |
setErrorCheckStubDataArray(XmlObject[] errorCheckStubDataArray)
Sets array of all "ErrorCheckStubData" element
|
void |
setGenerateClientFilesArray(int i,
XmlObject generateClientFiles)
Sets ith "GenerateClientFiles" element
|
void |
setGenerateClientFilesArray(XmlObject[] generateClientFilesArray)
Sets array of all "GenerateClientFiles" element
|
void |
setGenerateServerFilesArray(int i,
XmlObject generateServerFiles)
Sets ith "GenerateServerFiles" element
|
void |
setGenerateServerFilesArray(XmlObject[] generateServerFilesArray)
Sets array of all "GenerateServerFiles" element
|
void |
setGenerateStublessProxiesArray(int i,
XmlObject generateStublessProxies)
Sets ith "GenerateStublessProxies" element
|
void |
setGenerateStublessProxiesArray(XmlObject[] generateStublessProxiesArray)
Sets array of all "GenerateStublessProxies" element
|
void |
setGenerateTypeLibraryArray(int i,
XmlObject generateTypeLibrary)
Sets ith "GenerateTypeLibrary" element
|
void |
setGenerateTypeLibraryArray(XmlObject[] generateTypeLibraryArray)
Sets array of all "GenerateTypeLibrary" element
|
void |
setHeaderFileNameArray(int i,
XmlObject headerFileName)
Sets ith "HeaderFileName" element
|
void |
setHeaderFileNameArray(XmlObject[] headerFileNameArray)
Sets array of all "HeaderFileName" element
|
void |
setIgnoreStandardIncludePathArray(int i,
XmlObject ignoreStandardIncludePath)
Sets ith "IgnoreStandardIncludePath" element
|
void |
setIgnoreStandardIncludePathArray(XmlObject[] ignoreStandardIncludePathArray)
Sets array of all "IgnoreStandardIncludePath" element
|
void |
setInterfaceIdentifierFileNameArray(int i,
XmlObject interfaceIdentifierFileName)
Sets ith "InterfaceIdentifierFileName" element
|
void |
setInterfaceIdentifierFileNameArray(XmlObject[] interfaceIdentifierFileNameArray)
Sets array of all "InterfaceIdentifierFileName" element
|
void |
setLocaleIDArray(int i,
XmlObject localeID)
Sets ith "LocaleID" element
|
void |
setLocaleIDArray(XmlObject[] localeIDArray)
Sets array of all "LocaleID" element
|
void |
setMkTypLibCompatibleArray(int i,
XmlObject mkTypLibCompatible)
Sets ith "MkTypLibCompatible" element
|
void |
setMkTypLibCompatibleArray(XmlObject[] mkTypLibCompatibleArray)
Sets array of all "MkTypLibCompatible" element
|
void |
setOutputDirectoryArray(int i,
XmlObject outputDirectory)
Sets ith "OutputDirectory" element
|
void |
setOutputDirectoryArray(XmlObject[] outputDirectoryArray)
Sets array of all "OutputDirectory" element
|
void |
setPreprocessorDefinitionsArray(int i,
XmlObject preprocessorDefinitions)
Sets ith "PreprocessorDefinitions" element
|
void |
setPreprocessorDefinitionsArray(XmlObject[] preprocessorDefinitionsArray)
Sets array of all "PreprocessorDefinitions" element
|
void |
setProxyFileNameArray(int i,
XmlObject proxyFileName)
Sets ith "ProxyFileName" element
|
void |
setProxyFileNameArray(XmlObject[] proxyFileNameArray)
Sets array of all "ProxyFileName" element
|
void |
setRedirectOutputAndErrorsArray(int i,
XmlObject redirectOutputAndErrors)
Sets ith "RedirectOutputAndErrors" element
|
void |
setRedirectOutputAndErrorsArray(XmlObject[] redirectOutputAndErrorsArray)
Sets array of all "RedirectOutputAndErrors" element
|
void |
setServerStubFileArray(int i,
XmlObject serverStubFile)
Sets ith "ServerStubFile" element
|
void |
setServerStubFileArray(XmlObject[] serverStubFileArray)
Sets array of all "ServerStubFile" element
|
void |
setStructMemberAlignmentArray(int i,
XmlObject structMemberAlignment)
Sets ith "StructMemberAlignment" element
|
void |
setStructMemberAlignmentArray(XmlObject[] structMemberAlignmentArray)
Sets array of all "StructMemberAlignment" element
|
void |
setSuppressCompilerWarningsArray(int i,
XmlObject suppressCompilerWarnings)
Sets ith "SuppressCompilerWarnings" element
|
void |
setSuppressCompilerWarningsArray(XmlObject[] suppressCompilerWarningsArray)
Sets array of all "SuppressCompilerWarnings" element
|
void |
setSuppressStartupBannerArray(int i,
XmlObject suppressStartupBanner)
Sets ith "SuppressStartupBanner" element
|
void |
setSuppressStartupBannerArray(XmlObject[] suppressStartupBannerArray)
Sets array of all "SuppressStartupBanner" element
|
void |
setTargetEnvironmentArray(int i,
XmlObject targetEnvironment)
Sets ith "TargetEnvironment" element
|
void |
setTargetEnvironmentArray(XmlObject[] targetEnvironmentArray)
Sets array of all "TargetEnvironment" element
|
void |
setTypeLibFormatArray(int i,
XmlObject typeLibFormat)
Sets ith "TypeLibFormat" element
|
void |
setTypeLibFormatArray(XmlObject[] typeLibFormatArray)
Sets array of all "TypeLibFormat" element
|
void |
setTypeLibraryNameArray(int i,
XmlObject typeLibraryName)
Sets ith "TypeLibraryName" element
|
void |
setTypeLibraryNameArray(XmlObject[] typeLibraryNameArray)
Sets array of all "TypeLibraryName" element
|
void |
setUndefinePreprocessorDefinitionsArray(int i,
XmlObject undefinePreprocessorDefinitions)
Sets ith "UndefinePreprocessorDefinitions" element
|
void |
setUndefinePreprocessorDefinitionsArray(XmlObject[] undefinePreprocessorDefinitionsArray)
Sets array of all "UndefinePreprocessorDefinitions" element
|
void |
setValidateAllParametersArray(int i,
String validateAllParameters)
Sets ith "ValidateAllParameters" element
|
void |
setValidateAllParametersArray(String[] validateAllParametersArray)
Sets array of all "ValidateAllParameters" element
|
void |
setWarnAsErrorArray(int i,
XmlObject warnAsError)
Sets ith "WarnAsError" element
|
void |
setWarnAsErrorArray(XmlObject[] warnAsErrorArray)
Sets array of all "WarnAsError" element
|
int |
sizeOfAdditionalIncludeDirectoriesArray()
Returns number of "AdditionalIncludeDirectories" element
|
int |
sizeOfAdditionalOptionsArray()
Returns number of "AdditionalOptions" element
|
int |
sizeOfApplicationConfigurationModeArray()
Returns number of "ApplicationConfigurationMode" element
|
int |
sizeOfClientStubFileArray()
Returns number of "ClientStubFile" element
|
int |
sizeOfCPreprocessOptionsArray()
Returns number of "CPreprocessOptions" element
|
int |
sizeOfDefaultCharTypeArray()
Returns number of "DefaultCharType" element
|
int |
sizeOfDllDataFileNameArray()
Returns number of "DllDataFileName" element
|
int |
sizeOfEnableErrorChecksArray()
Returns number of "EnableErrorChecks" element
|
int |
sizeOfErrorCheckAllocationsArray()
Returns number of "ErrorCheckAllocations" element
|
int |
sizeOfErrorCheckBoundsArray()
Returns number of "ErrorCheckBounds" element
|
int |
sizeOfErrorCheckEnumRangeArray()
Returns number of "ErrorCheckEnumRange" element
|
int |
sizeOfErrorCheckRefPointersArray()
Returns number of "ErrorCheckRefPointers" element
|
int |
sizeOfErrorCheckStubDataArray()
Returns number of "ErrorCheckStubData" element
|
int |
sizeOfGenerateClientFilesArray()
Returns number of "GenerateClientFiles" element
|
int |
sizeOfGenerateServerFilesArray()
Returns number of "GenerateServerFiles" element
|
int |
sizeOfGenerateStublessProxiesArray()
Returns number of "GenerateStublessProxies" element
|
int |
sizeOfGenerateTypeLibraryArray()
Returns number of "GenerateTypeLibrary" element
|
int |
sizeOfHeaderFileNameArray()
Returns number of "HeaderFileName" element
|
int |
sizeOfIgnoreStandardIncludePathArray()
Returns number of "IgnoreStandardIncludePath" element
|
int |
sizeOfInterfaceIdentifierFileNameArray()
Returns number of "InterfaceIdentifierFileName" element
|
int |
sizeOfLocaleIDArray()
Returns number of "LocaleID" element
|
int |
sizeOfMkTypLibCompatibleArray()
Returns number of "MkTypLibCompatible" element
|
int |
sizeOfOutputDirectoryArray()
Returns number of "OutputDirectory" element
|
int |
sizeOfPreprocessorDefinitionsArray()
Returns number of "PreprocessorDefinitions" element
|
int |
sizeOfProxyFileNameArray()
Returns number of "ProxyFileName" element
|
int |
sizeOfRedirectOutputAndErrorsArray()
Returns number of "RedirectOutputAndErrors" element
|
int |
sizeOfServerStubFileArray()
Returns number of "ServerStubFile" element
|
int |
sizeOfStructMemberAlignmentArray()
Returns number of "StructMemberAlignment" element
|
int |
sizeOfSuppressCompilerWarningsArray()
Returns number of "SuppressCompilerWarnings" element
|
int |
sizeOfSuppressStartupBannerArray()
Returns number of "SuppressStartupBanner" element
|
int |
sizeOfTargetEnvironmentArray()
Returns number of "TargetEnvironment" element
|
int |
sizeOfTypeLibFormatArray()
Returns number of "TypeLibFormat" element
|
int |
sizeOfTypeLibraryNameArray()
Returns number of "TypeLibraryName" element
|
int |
sizeOfUndefinePreprocessorDefinitionsArray()
Returns number of "UndefinePreprocessorDefinitions" element
|
int |
sizeOfValidateAllParametersArray()
Returns number of "ValidateAllParameters" element
|
int |
sizeOfWarnAsErrorArray()
Returns number of "WarnAsError" element
|
Boolean[] |
xgetValidateAllParametersArray()
Deprecated.
|
Boolean |
xgetValidateAllParametersArray(int i)
Gets (as xml) ith "ValidateAllParameters" element
|
List<Boolean> |
xgetValidateAllParametersList()
Gets (as xml) a List of "ValidateAllParameters" elements
|
void |
xsetValidateAllParametersArray(Boolean[] validateAllParametersArray)
Sets (as xml) array of all "ValidateAllParameters" element
|
void |
xsetValidateAllParametersArray(int i,
Boolean validateAllParameters)
Sets (as xml) ith "ValidateAllParameters" element
|
getCondition, getExclude, getInclude, getLabel, getRemove, getUpdate, isSetCondition, isSetExclude, isSetInclude, isSetLabel, isSetRemove, isSetUpdate, setCondition, setExclude, setInclude, setLabel, setRemove, setUpdate, unsetCondition, unsetExclude, unsetInclude, unsetLabel, unsetRemove, unsetUpdate, xgetCondition, xgetExclude, xgetInclude, xgetLabel, xgetRemove, xgetUpdate, xsetCondition, xsetExclude, xsetInclude, xsetLabel, xsetRemove, xsetUpdate
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final SchemaType type
List<XmlObject> getMkTypLibCompatibleList()
@Deprecated XmlObject[] getMkTypLibCompatibleArray()
XmlObject getMkTypLibCompatibleArray(int i)
int sizeOfMkTypLibCompatibleArray()
void setMkTypLibCompatibleArray(XmlObject[] mkTypLibCompatibleArray)
void setMkTypLibCompatibleArray(int i, XmlObject mkTypLibCompatible)
XmlObject insertNewMkTypLibCompatible(int i)
XmlObject addNewMkTypLibCompatible()
void removeMkTypLibCompatible(int i)
List<String> getValidateAllParametersList()
@Deprecated String[] getValidateAllParametersArray()
String getValidateAllParametersArray(int i)
List<Boolean> xgetValidateAllParametersList()
@Deprecated Boolean[] xgetValidateAllParametersArray()
Boolean xgetValidateAllParametersArray(int i)
int sizeOfValidateAllParametersArray()
void setValidateAllParametersArray(String[] validateAllParametersArray)
void setValidateAllParametersArray(int i, String validateAllParameters)
void xsetValidateAllParametersArray(Boolean[] validateAllParametersArray)
void xsetValidateAllParametersArray(int i, Boolean validateAllParameters)
void insertValidateAllParameters(int i, String validateAllParameters)
void addValidateAllParameters(String validateAllParameters)
Boolean insertNewValidateAllParameters(int i)
Boolean addNewValidateAllParameters()
void removeValidateAllParameters(int i)
List<XmlObject> getPreprocessorDefinitionsList()
@Deprecated XmlObject[] getPreprocessorDefinitionsArray()
XmlObject getPreprocessorDefinitionsArray(int i)
int sizeOfPreprocessorDefinitionsArray()
void setPreprocessorDefinitionsArray(XmlObject[] preprocessorDefinitionsArray)
void setPreprocessorDefinitionsArray(int i, XmlObject preprocessorDefinitions)
XmlObject insertNewPreprocessorDefinitions(int i)
XmlObject addNewPreprocessorDefinitions()
void removePreprocessorDefinitions(int i)
List<XmlObject> getTypeLibraryNameList()
@Deprecated XmlObject[] getTypeLibraryNameArray()
XmlObject getTypeLibraryNameArray(int i)
int sizeOfTypeLibraryNameArray()
void setTypeLibraryNameArray(XmlObject[] typeLibraryNameArray)
void setTypeLibraryNameArray(int i, XmlObject typeLibraryName)
XmlObject insertNewTypeLibraryName(int i)
XmlObject addNewTypeLibraryName()
void removeTypeLibraryName(int i)
List<XmlObject> getErrorCheckRefPointersList()
@Deprecated XmlObject[] getErrorCheckRefPointersArray()
XmlObject getErrorCheckRefPointersArray(int i)
int sizeOfErrorCheckRefPointersArray()
void setErrorCheckRefPointersArray(XmlObject[] errorCheckRefPointersArray)
void setErrorCheckRefPointersArray(int i, XmlObject errorCheckRefPointers)
XmlObject insertNewErrorCheckRefPointers(int i)
XmlObject addNewErrorCheckRefPointers()
void removeErrorCheckRefPointers(int i)
List<XmlObject> getErrorCheckStubDataList()
@Deprecated XmlObject[] getErrorCheckStubDataArray()
XmlObject getErrorCheckStubDataArray(int i)
int sizeOfErrorCheckStubDataArray()
void setErrorCheckStubDataArray(XmlObject[] errorCheckStubDataArray)
void setErrorCheckStubDataArray(int i, XmlObject errorCheckStubData)
XmlObject insertNewErrorCheckStubData(int i)
XmlObject addNewErrorCheckStubData()
void removeErrorCheckStubData(int i)
List<XmlObject> getErrorCheckBoundsList()
@Deprecated XmlObject[] getErrorCheckBoundsArray()
XmlObject getErrorCheckBoundsArray(int i)
int sizeOfErrorCheckBoundsArray()
void setErrorCheckBoundsArray(XmlObject[] errorCheckBoundsArray)
void setErrorCheckBoundsArray(int i, XmlObject errorCheckBounds)
XmlObject insertNewErrorCheckBounds(int i)
XmlObject addNewErrorCheckBounds()
void removeErrorCheckBounds(int i)
List<XmlObject> getHeaderFileNameList()
@Deprecated XmlObject[] getHeaderFileNameArray()
XmlObject getHeaderFileNameArray(int i)
int sizeOfHeaderFileNameArray()
void setHeaderFileNameArray(XmlObject[] headerFileNameArray)
void setHeaderFileNameArray(int i, XmlObject headerFileName)
XmlObject insertNewHeaderFileName(int i)
XmlObject addNewHeaderFileName()
void removeHeaderFileName(int i)
List<XmlObject> getErrorCheckEnumRangeList()
@Deprecated XmlObject[] getErrorCheckEnumRangeArray()
XmlObject getErrorCheckEnumRangeArray(int i)
int sizeOfErrorCheckEnumRangeArray()
void setErrorCheckEnumRangeArray(XmlObject[] errorCheckEnumRangeArray)
void setErrorCheckEnumRangeArray(int i, XmlObject errorCheckEnumRange)
XmlObject insertNewErrorCheckEnumRange(int i)
XmlObject addNewErrorCheckEnumRange()
void removeErrorCheckEnumRange(int i)
List<XmlObject> getErrorCheckAllocationsList()
@Deprecated XmlObject[] getErrorCheckAllocationsArray()
XmlObject getErrorCheckAllocationsArray(int i)
int sizeOfErrorCheckAllocationsArray()
void setErrorCheckAllocationsArray(XmlObject[] errorCheckAllocationsArray)
void setErrorCheckAllocationsArray(int i, XmlObject errorCheckAllocations)
XmlObject insertNewErrorCheckAllocations(int i)
XmlObject addNewErrorCheckAllocations()
void removeErrorCheckAllocations(int i)
@Deprecated XmlObject[] getWarnAsErrorArray()
XmlObject getWarnAsErrorArray(int i)
int sizeOfWarnAsErrorArray()
void setWarnAsErrorArray(XmlObject[] warnAsErrorArray)
void setWarnAsErrorArray(int i, XmlObject warnAsError)
XmlObject insertNewWarnAsError(int i)
XmlObject addNewWarnAsError()
void removeWarnAsError(int i)
List<XmlObject> getGenerateTypeLibraryList()
@Deprecated XmlObject[] getGenerateTypeLibraryArray()
XmlObject getGenerateTypeLibraryArray(int i)
int sizeOfGenerateTypeLibraryArray()
void setGenerateTypeLibraryArray(XmlObject[] generateTypeLibraryArray)
void setGenerateTypeLibraryArray(int i, XmlObject generateTypeLibrary)
XmlObject insertNewGenerateTypeLibrary(int i)
XmlObject addNewGenerateTypeLibrary()
void removeGenerateTypeLibrary(int i)
List<XmlObject> getAdditionalIncludeDirectoriesList()
@Deprecated XmlObject[] getAdditionalIncludeDirectoriesArray()
XmlObject getAdditionalIncludeDirectoriesArray(int i)
int sizeOfAdditionalIncludeDirectoriesArray()
void setAdditionalIncludeDirectoriesArray(XmlObject[] additionalIncludeDirectoriesArray)
void setAdditionalIncludeDirectoriesArray(int i, XmlObject additionalIncludeDirectories)
XmlObject insertNewAdditionalIncludeDirectories(int i)
XmlObject addNewAdditionalIncludeDirectories()
void removeAdditionalIncludeDirectories(int i)
List<XmlObject> getIgnoreStandardIncludePathList()
@Deprecated XmlObject[] getIgnoreStandardIncludePathArray()
XmlObject getIgnoreStandardIncludePathArray(int i)
int sizeOfIgnoreStandardIncludePathArray()
void setIgnoreStandardIncludePathArray(XmlObject[] ignoreStandardIncludePathArray)
void setIgnoreStandardIncludePathArray(int i, XmlObject ignoreStandardIncludePath)
XmlObject insertNewIgnoreStandardIncludePath(int i)
XmlObject addNewIgnoreStandardIncludePath()
void removeIgnoreStandardIncludePath(int i)
List<XmlObject> getSuppressStartupBannerList()
@Deprecated XmlObject[] getSuppressStartupBannerArray()
XmlObject getSuppressStartupBannerArray(int i)
int sizeOfSuppressStartupBannerArray()
void setSuppressStartupBannerArray(XmlObject[] suppressStartupBannerArray)
void setSuppressStartupBannerArray(int i, XmlObject suppressStartupBanner)
XmlObject insertNewSuppressStartupBanner(int i)
XmlObject addNewSuppressStartupBanner()
void removeSuppressStartupBanner(int i)
List<XmlObject> getDefaultCharTypeList()
@Deprecated XmlObject[] getDefaultCharTypeArray()
XmlObject getDefaultCharTypeArray(int i)
int sizeOfDefaultCharTypeArray()
void setDefaultCharTypeArray(XmlObject[] defaultCharTypeArray)
void setDefaultCharTypeArray(int i, XmlObject defaultCharType)
XmlObject insertNewDefaultCharType(int i)
XmlObject addNewDefaultCharType()
void removeDefaultCharType(int i)
List<XmlObject> getTargetEnvironmentList()
@Deprecated XmlObject[] getTargetEnvironmentArray()
XmlObject getTargetEnvironmentArray(int i)
int sizeOfTargetEnvironmentArray()
void setTargetEnvironmentArray(XmlObject[] targetEnvironmentArray)
void setTargetEnvironmentArray(int i, XmlObject targetEnvironment)
XmlObject insertNewTargetEnvironment(int i)
XmlObject addNewTargetEnvironment()
void removeTargetEnvironment(int i)
List<XmlObject> getGenerateStublessProxiesList()
@Deprecated XmlObject[] getGenerateStublessProxiesArray()
XmlObject getGenerateStublessProxiesArray(int i)
int sizeOfGenerateStublessProxiesArray()
void setGenerateStublessProxiesArray(XmlObject[] generateStublessProxiesArray)
void setGenerateStublessProxiesArray(int i, XmlObject generateStublessProxies)
XmlObject insertNewGenerateStublessProxies(int i)
XmlObject addNewGenerateStublessProxies()
void removeGenerateStublessProxies(int i)
List<XmlObject> getSuppressCompilerWarningsList()
@Deprecated XmlObject[] getSuppressCompilerWarningsArray()
XmlObject getSuppressCompilerWarningsArray(int i)
int sizeOfSuppressCompilerWarningsArray()
void setSuppressCompilerWarningsArray(XmlObject[] suppressCompilerWarningsArray)
void setSuppressCompilerWarningsArray(int i, XmlObject suppressCompilerWarnings)
XmlObject insertNewSuppressCompilerWarnings(int i)
XmlObject addNewSuppressCompilerWarnings()
void removeSuppressCompilerWarnings(int i)
List<XmlObject> getApplicationConfigurationModeList()
@Deprecated XmlObject[] getApplicationConfigurationModeArray()
XmlObject getApplicationConfigurationModeArray(int i)
int sizeOfApplicationConfigurationModeArray()
void setApplicationConfigurationModeArray(XmlObject[] applicationConfigurationModeArray)
void setApplicationConfigurationModeArray(int i, XmlObject applicationConfigurationMode)
XmlObject insertNewApplicationConfigurationMode(int i)
XmlObject addNewApplicationConfigurationMode()
void removeApplicationConfigurationMode(int i)
@Deprecated XmlObject[] getLocaleIDArray()
XmlObject getLocaleIDArray(int i)
int sizeOfLocaleIDArray()
void setLocaleIDArray(XmlObject[] localeIDArray)
void setLocaleIDArray(int i, XmlObject localeID)
XmlObject insertNewLocaleID(int i)
XmlObject addNewLocaleID()
void removeLocaleID(int i)
List<XmlObject> getOutputDirectoryList()
@Deprecated XmlObject[] getOutputDirectoryArray()
XmlObject getOutputDirectoryArray(int i)
int sizeOfOutputDirectoryArray()
void setOutputDirectoryArray(XmlObject[] outputDirectoryArray)
void setOutputDirectoryArray(int i, XmlObject outputDirectory)
XmlObject insertNewOutputDirectory(int i)
XmlObject addNewOutputDirectory()
void removeOutputDirectory(int i)
List<XmlObject> getDllDataFileNameList()
@Deprecated XmlObject[] getDllDataFileNameArray()
XmlObject getDllDataFileNameArray(int i)
int sizeOfDllDataFileNameArray()
void setDllDataFileNameArray(XmlObject[] dllDataFileNameArray)
void setDllDataFileNameArray(int i, XmlObject dllDataFileName)
XmlObject insertNewDllDataFileName(int i)
XmlObject addNewDllDataFileName()
void removeDllDataFileName(int i)
List<XmlObject> getInterfaceIdentifierFileNameList()
@Deprecated XmlObject[] getInterfaceIdentifierFileNameArray()
XmlObject getInterfaceIdentifierFileNameArray(int i)
int sizeOfInterfaceIdentifierFileNameArray()
void setInterfaceIdentifierFileNameArray(XmlObject[] interfaceIdentifierFileNameArray)
void setInterfaceIdentifierFileNameArray(int i, XmlObject interfaceIdentifierFileName)
XmlObject insertNewInterfaceIdentifierFileName(int i)
XmlObject addNewInterfaceIdentifierFileName()
void removeInterfaceIdentifierFileName(int i)
@Deprecated XmlObject[] getProxyFileNameArray()
XmlObject getProxyFileNameArray(int i)
int sizeOfProxyFileNameArray()
void setProxyFileNameArray(XmlObject[] proxyFileNameArray)
void setProxyFileNameArray(int i, XmlObject proxyFileName)
XmlObject insertNewProxyFileName(int i)
XmlObject addNewProxyFileName()
void removeProxyFileName(int i)
List<XmlObject> getGenerateClientFilesList()
@Deprecated XmlObject[] getGenerateClientFilesArray()
XmlObject getGenerateClientFilesArray(int i)
int sizeOfGenerateClientFilesArray()
void setGenerateClientFilesArray(XmlObject[] generateClientFilesArray)
void setGenerateClientFilesArray(int i, XmlObject generateClientFiles)
XmlObject insertNewGenerateClientFiles(int i)
XmlObject addNewGenerateClientFiles()
void removeGenerateClientFiles(int i)
List<XmlObject> getGenerateServerFilesList()
@Deprecated XmlObject[] getGenerateServerFilesArray()
XmlObject getGenerateServerFilesArray(int i)
int sizeOfGenerateServerFilesArray()
void setGenerateServerFilesArray(XmlObject[] generateServerFilesArray)
void setGenerateServerFilesArray(int i, XmlObject generateServerFiles)
XmlObject insertNewGenerateServerFiles(int i)
XmlObject addNewGenerateServerFiles()
void removeGenerateServerFiles(int i)
List<XmlObject> getClientStubFileList()
@Deprecated XmlObject[] getClientStubFileArray()
XmlObject getClientStubFileArray(int i)
int sizeOfClientStubFileArray()
void setClientStubFileArray(XmlObject[] clientStubFileArray)
void setClientStubFileArray(int i, XmlObject clientStubFile)
XmlObject insertNewClientStubFile(int i)
XmlObject addNewClientStubFile()
void removeClientStubFile(int i)
List<XmlObject> getServerStubFileList()
@Deprecated XmlObject[] getServerStubFileArray()
XmlObject getServerStubFileArray(int i)
int sizeOfServerStubFileArray()
void setServerStubFileArray(XmlObject[] serverStubFileArray)
void setServerStubFileArray(int i, XmlObject serverStubFile)
XmlObject insertNewServerStubFile(int i)
XmlObject addNewServerStubFile()
void removeServerStubFile(int i)
@Deprecated XmlObject[] getTypeLibFormatArray()
XmlObject getTypeLibFormatArray(int i)
int sizeOfTypeLibFormatArray()
void setTypeLibFormatArray(XmlObject[] typeLibFormatArray)
void setTypeLibFormatArray(int i, XmlObject typeLibFormat)
XmlObject insertNewTypeLibFormat(int i)
XmlObject addNewTypeLibFormat()
void removeTypeLibFormat(int i)
List<XmlObject> getCPreprocessOptionsList()
@Deprecated XmlObject[] getCPreprocessOptionsArray()
XmlObject getCPreprocessOptionsArray(int i)
int sizeOfCPreprocessOptionsArray()
void setCPreprocessOptionsArray(XmlObject[] cPreprocessOptionsArray)
void setCPreprocessOptionsArray(int i, XmlObject cPreprocessOptions)
XmlObject insertNewCPreprocessOptions(int i)
XmlObject addNewCPreprocessOptions()
void removeCPreprocessOptions(int i)
List<XmlObject> getUndefinePreprocessorDefinitionsList()
@Deprecated XmlObject[] getUndefinePreprocessorDefinitionsArray()
XmlObject getUndefinePreprocessorDefinitionsArray(int i)
int sizeOfUndefinePreprocessorDefinitionsArray()
void setUndefinePreprocessorDefinitionsArray(XmlObject[] undefinePreprocessorDefinitionsArray)
void setUndefinePreprocessorDefinitionsArray(int i, XmlObject undefinePreprocessorDefinitions)
XmlObject insertNewUndefinePreprocessorDefinitions(int i)
XmlObject addNewUndefinePreprocessorDefinitions()
void removeUndefinePreprocessorDefinitions(int i)
List<XmlObject> getEnableErrorChecksList()
@Deprecated XmlObject[] getEnableErrorChecksArray()
XmlObject getEnableErrorChecksArray(int i)
int sizeOfEnableErrorChecksArray()
void setEnableErrorChecksArray(XmlObject[] enableErrorChecksArray)
void setEnableErrorChecksArray(int i, XmlObject enableErrorChecks)
XmlObject insertNewEnableErrorChecks(int i)
XmlObject addNewEnableErrorChecks()
void removeEnableErrorChecks(int i)
List<XmlObject> getRedirectOutputAndErrorsList()
@Deprecated XmlObject[] getRedirectOutputAndErrorsArray()
XmlObject getRedirectOutputAndErrorsArray(int i)
int sizeOfRedirectOutputAndErrorsArray()
void setRedirectOutputAndErrorsArray(XmlObject[] redirectOutputAndErrorsArray)
void setRedirectOutputAndErrorsArray(int i, XmlObject redirectOutputAndErrors)
XmlObject insertNewRedirectOutputAndErrors(int i)
XmlObject addNewRedirectOutputAndErrors()
void removeRedirectOutputAndErrors(int i)
List<XmlObject> getAdditionalOptionsList()
@Deprecated XmlObject[] getAdditionalOptionsArray()
XmlObject getAdditionalOptionsArray(int i)
int sizeOfAdditionalOptionsArray()
void setAdditionalOptionsArray(XmlObject[] additionalOptionsArray)
void setAdditionalOptionsArray(int i, XmlObject additionalOptions)
XmlObject insertNewAdditionalOptions(int i)
XmlObject addNewAdditionalOptions()
void removeAdditionalOptions(int i)
List<XmlObject> getStructMemberAlignmentList()
@Deprecated XmlObject[] getStructMemberAlignmentArray()
XmlObject getStructMemberAlignmentArray(int i)
int sizeOfStructMemberAlignmentArray()
void setStructMemberAlignmentArray(XmlObject[] structMemberAlignmentArray)
void setStructMemberAlignmentArray(int i, XmlObject structMemberAlignment)
XmlObject insertNewStructMemberAlignment(int i)
XmlObject addNewStructMemberAlignment()
void removeStructMemberAlignment(int i)