WebLogic Server 6.0 Code Examples, BEA Systems, Inc.

examples.wlec.ejb.simpapp
Class ConverterResult

java.lang.Object
  |
  +--examples.wlec.ejb.simpapp.ConverterResult
All Implemented Interfaces:
java.io.Serializable

public final class ConverterResult
extends java.lang.Object
implements java.io.Serializable

This class reflects the results of a conversion.

Author:
Copyright (c) 1999-2000 by BEA Systems, Inc. All Rights Reserved.

Field Summary
 java.lang.String outData
           
 
Constructor Summary
ConverterResult(java.lang.String data)
          Returns the converted string in a ConverterResult object.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outData

public java.lang.String outData
Constructor Detail

ConverterResult

public ConverterResult(java.lang.String data)
Returns the converted string in a ConverterResult object.
Parameters:
data - converted string

Documentation is available at
http://e-docs.bea.com/wls/docs60

Copyright © 2000 BEA Systems, Inc. All Rights Reserved.