org.apache.openejb.jee
Class TextMap

java.lang.Object
  extended by org.apache.openejb.jee.TextMap

public class TextMap
extends java.lang.Object

Version:
$Revision: 581127 $ $Date: 2007-10-02 04:13:16 +0200 (Di, 02. Okt 2007) $

Field Summary
protected  java.util.Map<java.lang.String,java.lang.String> string
           
 
Constructor Summary
TextMap()
           
 
Method Summary
 java.lang.String get()
           
 void set(Text[] text)
           
 Text[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

string

protected java.util.Map<java.lang.String,java.lang.String> string
Constructor Detail

TextMap

public TextMap()
Method Detail

toArray

public Text[] toArray()

set

public void set(Text[] text)

get

public java.lang.String get()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.