org.apache.geronimo.gbean
Class DynamicGAttributeInfo

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

public class DynamicGAttributeInfo
extends GAttributeInfo

Describes an attibute of a GBean.

See Also:
Serialized Form

Constructor Summary
DynamicGAttributeInfo(String name, String type, boolean persistent, boolean manageable, boolean readable, boolean writable)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.gbean.GAttributeInfo
getGetterName, getName, getSetterName, getType, isManageable, isPersistent, isReadable, isWritable, toString, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicGAttributeInfo

public DynamicGAttributeInfo(String name,
                             String type,
                             boolean persistent,
                             boolean manageable,
                             boolean readable,
                             boolean writable)


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