FileDocCategorySizeDatePackage
RuntimeNameValuePairNode.javaAPI DocGlassfish v2 API2619Fri May 04 22:31:46 BST 2007com.sun.enterprise.deployment.node.runtime.common

RuntimeNameValuePairNode

public class RuntimeNameValuePairNode extends com.sun.enterprise.deployment.node.NameValuePairNode
author
Jerome Dochez

Fields Summary
com.sun.enterprise.deployment.NameValuePairDescriptor
descriptor
Constructors Summary
Methods Summary
public java.lang.ObjectgetDescriptor()

return
the descriptor instance to associate with this XMLNode

                    
       
        if (descriptor==null) {
            descriptor = new NameValuePairDescriptor();
        } 
        return descriptor;