com.metamatrix.connector.xml.base
Class OutputXPathDesc

java.lang.Object
  extended by com.metamatrix.connector.xml.base.ParameterDescriptor
      extended by com.metamatrix.connector.xml.base.OutputXPathDesc

public class OutputXPathDesc
extends ParameterDescriptor


Field Summary
 
Fields inherited from class com.metamatrix.connector.xml.base.ParameterDescriptor
PARM_INPUT_COLUMN_PROPERTY_NAME, ROLE_COLUMN_PROPERTY_NAME, ROLE_COLUMN_PROPERTY_NAME_DATA, ROLE_COLUMN_PROPERTY_NAME_LOCATION, ROLE_COLUMN_PROPERTY_NAME_RESPONSE_IN, ROLE_COLUMN_PROPERTY_NAME_RESPONSE_OUT
 
Constructor Summary
OutputXPathDesc(Element myElement)
           
OutputXPathDesc(ILiteral literal)
           
 
Method Summary
 java.lang.Object getCurrentValue()
           
 java.lang.Class getDataType()
           
 boolean isSpecial()
           
 void setCurrentValue(java.lang.Object obj)
           
 
Methods inherited from class com.metamatrix.connector.xml.base.ParameterDescriptor
getColumnName, getColumnNumber, getElement, getRole, getXPath, isLocation, isParameter, isResponseId, setColumnName, setColumnNumber, setElement, setIsLocation, setIsParameter, setIsResponseId, setXPath, testForParam, testRole
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputXPathDesc

public OutputXPathDesc(Element myElement)
                throws ConnectorException
Throws:
ConnectorException
See Also:
com.metamatrix.server.datatier.SynchConnectorConnection#submitRequest(java.lang.Object)

OutputXPathDesc

public OutputXPathDesc(ILiteral literal)
                throws ConnectorException
Throws:
ConnectorException
Method Detail

isSpecial

public boolean isSpecial()

setCurrentValue

public void setCurrentValue(java.lang.Object obj)

getCurrentValue

public java.lang.Object getCurrentValue()

getDataType

public java.lang.Class getDataType()
                            throws ConnectorException
Throws:
ConnectorException


Copyright © 2009. All Rights Reserved.