Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


oracle.bpel.services.workflow.report.model
Class ReportParameterTypeImpl

java.lang.Object
  extended by oracle.xml.jaxb.JaxbNode
      extended by oracle.bpel.services.workflow.report.model.ReportParameterTypeImpl

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, ReportParameterType

public class ReportParameterTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ReportParameterType, java.io.Externalizable

Constructor Summary
ReportParameterTypeImpl()
           
ReportParameterTypeImpl(java.lang.String name, java.lang.String namespace, oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportParameterTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ReportParameterTypeImpl(oracle.xml.parser.v2.XMLElement node)
           

 

Method Summary
 java.lang.String getColumnName()
           
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.String getDescriptionResourceKey()
           
 DisplayInputValuesType getDisplayInputValues()
           
 java.lang.String getDisplayName()
           
 java.lang.String getDisplayNameResourceKey()
           
 java.lang.String getName()
           
 java.lang.String getPredicateOperator()
           
 java.lang.String getRhs()
           
 java.lang.String getType()
           
 boolean isDisplayOnInputPage()
           
 void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
           
 void readExternal(java.io.ObjectInput in)
           
 void setColumnName(java.lang.String value)
           
 void setDefaultValue(java.lang.String value)
           
 void setDescription(java.lang.String value)
           
 void setDescriptionResourceKey(java.lang.String value)
           
 void setDisplayInputValues(DisplayInputValuesType value)
           
 void setDisplayName(java.lang.String value)
           
 void setDisplayNameResourceKey(java.lang.String value)
           
 void setDisplayOnInputPage(boolean value)
           
 void setName(java.lang.String value)
           
 void setPredicateOperator(java.lang.String value)
           
 void setRhs(java.lang.String value)
           
 void setType(java.lang.String value)
           
 void writeExternal(java.io.ObjectOutput out)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReportParameterTypeImpl

public ReportParameterTypeImpl()

ReportParameterTypeImpl

public ReportParameterTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)

ReportParameterTypeImpl

public ReportParameterTypeImpl(java.lang.String name,
                               java.lang.String namespace,
                               oracle.xml.parser.v2.XMLDocument ownerDoc)

ReportParameterTypeImpl

public ReportParameterTypeImpl(oracle.xml.parser.v2.XMLElement node)

Method Detail

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

setDisplayNameResourceKey

public void setDisplayNameResourceKey(java.lang.String value)
Specified by:
setDisplayNameResourceKey in interface ReportParameterType

getDisplayNameResourceKey

public java.lang.String getDisplayNameResourceKey()
Specified by:
getDisplayNameResourceKey in interface ReportParameterType

setDescriptionResourceKey

public void setDescriptionResourceKey(java.lang.String value)
Specified by:
setDescriptionResourceKey in interface ReportParameterType

getDescriptionResourceKey

public java.lang.String getDescriptionResourceKey()
Specified by:
getDescriptionResourceKey in interface ReportParameterType

setDescription

public void setDescription(java.lang.String value)
Specified by:
setDescription in interface ReportParameterType

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface ReportParameterType

setName

public void setName(java.lang.String value)
Specified by:
setName in interface ReportParameterType

getName

public java.lang.String getName()
Specified by:
getName in interface ReportParameterType

setRhs

public void setRhs(java.lang.String value)
Specified by:
setRhs in interface ReportParameterType

getRhs

public java.lang.String getRhs()
Specified by:
getRhs in interface ReportParameterType

setColumnName

public void setColumnName(java.lang.String value)
Specified by:
setColumnName in interface ReportParameterType

getColumnName

public java.lang.String getColumnName()
Specified by:
getColumnName in interface ReportParameterType

setDefaultValue

public void setDefaultValue(java.lang.String value)
Specified by:
setDefaultValue in interface ReportParameterType

getDefaultValue

public java.lang.String getDefaultValue()
Specified by:
getDefaultValue in interface ReportParameterType

setType

public void setType(java.lang.String value)
Specified by:
setType in interface ReportParameterType

getType

public java.lang.String getType()
Specified by:
getType in interface ReportParameterType

setDisplayName

public void setDisplayName(java.lang.String value)
Specified by:
setDisplayName in interface ReportParameterType

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface ReportParameterType

setDisplayOnInputPage

public void setDisplayOnInputPage(boolean value)
Specified by:
setDisplayOnInputPage in interface ReportParameterType

isDisplayOnInputPage

public boolean isDisplayOnInputPage()
Specified by:
isDisplayOnInputPage in interface ReportParameterType

setPredicateOperator

public void setPredicateOperator(java.lang.String value)
Specified by:
setPredicateOperator in interface ReportParameterType

getPredicateOperator

public java.lang.String getPredicateOperator()
Specified by:
getPredicateOperator in interface ReportParameterType

setDisplayInputValues

public void setDisplayInputValues(DisplayInputValuesType value)
Specified by:
setDisplayInputValues in interface ReportParameterType

getDisplayInputValues

public DisplayInputValuesType getDisplayInputValues()
Specified by:
getDisplayInputValues in interface ReportParameterType

populateNodeArray

public void populateNodeArray(oracle.xml.parser.v2.XMLNode node)

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.