org.apache.openejb.jee
Class TextMap

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

public class TextMap
extends Object

Version:
$Revision: 957654 $ $Date: 2010-06-24 18:00:10 +0000 (Thu, 24 Jun 2010) $

Field Summary
protected  Map<String,String> string
           
 
Constructor Summary
TextMap()
           
 
Method Summary
 void add(Text text)
           
 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 Map<String,String> string
Constructor Detail

TextMap

public TextMap()
Method Detail

toArray

public Text[] toArray()

set

public void set(Text[] text)

add

public void add(Text text)

get

public String get()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.