Package com.altova.automation.XMLSpy
Class RaptorXMLConfiguration
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.RaptorXMLConfiguration
public class RaptorXMLConfiguration extends COMIDispatchObject
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description voiddelete()Remove this configuration.COMIDispatchObjectgetApplication()property ApplicationRaptorXMLCommandsgetCommands()Commands defined for this configurationbooleangetDefault()Is this the currently selected configuration?GUIDgetInterfaceIID()java.lang.StringgetName()property NameCOMIDispatchObjectgetParent()property ParentRaptorXMLCommandsgetPredefinedCommands()Pre-defined commands defined for this configurationvoidsetDefault(boolean newValue)Is this the currently selected configuration?voidsetName(java.lang.String newValue)property NameMethods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
getName
property Name- Throws:
AutomationException
-
setName
property Name- Throws:
AutomationException
-
getDefault
Is this the currently selected configuration?- Throws:
AutomationException
-
setDefault
Is this the currently selected configuration?- Throws:
AutomationException
-
getCommands
Commands defined for this configuration- Throws:
AutomationException
-
getPredefinedCommands
Pre-defined commands defined for this configuration- Throws:
AutomationException
-
delete
Remove this configuration.- Throws:
AutomationException
-