org.apache.geronimo.gbean
Class GConstructorInfo

java.lang.Object
  extended by org.apache.geronimo.gbean.GConstructorInfo
All Implemented Interfaces:
Serializable

public class GConstructorInfo
extends Object
implements Serializable

Version:
$Rev: 645077 $ $Date: 2008-04-05 19:13:30 +0800 (Sat, 05 Apr 2008) $
See Also:
Serialized Form

Constructor Summary
GConstructorInfo()
           
GConstructorInfo(List attributeNames)
           
GConstructorInfo(String[] attributeNames)
           
 
Method Summary
 List<String> getAttributeNames()
           
 String toString()
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GConstructorInfo

public GConstructorInfo()

GConstructorInfo

public GConstructorInfo(String[] attributeNames)

GConstructorInfo

public GConstructorInfo(List attributeNames)
Method Detail

getAttributeNames

public List<String> getAttributeNames()

toString

public String toString()
Overrides:
toString in class Object

toXML

public String toXML()


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.