com.metamatrix.connector.xml.base
Class ParameterDescriptor
java.lang.Object
com.metamatrix.connector.xml.base.ParameterDescriptor
- Direct Known Subclasses:
- CriteriaDesc, OutputXPathDesc
public abstract class ParameterDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARM_INPUT_COLUMN_PROPERTY_NAME
public static final java.lang.String PARM_INPUT_COLUMN_PROPERTY_NAME
- See Also:
- Constant Field Values
ROLE_COLUMN_PROPERTY_NAME
public static final java.lang.String ROLE_COLUMN_PROPERTY_NAME
- See Also:
- Constant Field Values
ROLE_COLUMN_PROPERTY_NAME_RESPONSE_IN
public static final java.lang.String ROLE_COLUMN_PROPERTY_NAME_RESPONSE_IN
- See Also:
- Constant Field Values
ROLE_COLUMN_PROPERTY_NAME_RESPONSE_OUT
public static final java.lang.String ROLE_COLUMN_PROPERTY_NAME_RESPONSE_OUT
- See Also:
- Constant Field Values
ROLE_COLUMN_PROPERTY_NAME_LOCATION
public static final java.lang.String ROLE_COLUMN_PROPERTY_NAME_LOCATION
- See Also:
- Constant Field Values
ROLE_COLUMN_PROPERTY_NAME_DATA
public static final java.lang.String ROLE_COLUMN_PROPERTY_NAME_DATA
- See Also:
- Constant Field Values
ParameterDescriptor
public ParameterDescriptor(Element element)
throws ConnectorException
- Throws:
ConnectorException
ParameterDescriptor
protected ParameterDescriptor()
setXPath
public final void setXPath(java.lang.String xPath)
getXPath
public java.lang.String getXPath()
setIsParameter
public final void setIsParameter(boolean param)
setIsResponseId
public final void setIsResponseId(boolean responseId)
setIsLocation
public final void setIsLocation(boolean location)
isParameter
public final boolean isParameter()
isResponseId
public final boolean isResponseId()
isLocation
public final boolean isLocation()
setColumnName
public final void setColumnName(java.lang.String columnName)
getColumnName
public final java.lang.String getColumnName()
setColumnNumber
public final void setColumnNumber(int columnNumber)
getColumnNumber
public final int getColumnNumber()
setElement
protected void setElement(Element elem)
getElement
protected Element getElement()
testForParam
protected static boolean testForParam(Element element)
throws ConnectorException
- Throws:
ConnectorException
getRole
public java.lang.String getRole()
throws ConnectorException
- Throws:
ConnectorException
testRole
protected void testRole()
throws ConnectorException
- Throws:
ConnectorException
Copyright © 2009. All Rights Reserved.