//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Parameters fed to the OBJECT element. See the PARAM element definition in HTML 4.0. @short Parameters fed to the OBJECT element. */ public class HTMLParamElement extends HTMLElement { protected HTMLParamElement(Class dummy){super((Class) null);} public HTMLParamElement() { super((Class) null); newHTMLParamElement(); } private native void newHTMLParamElement(); public HTMLParamElement(HTMLParamElement other) { super((Class) null); newHTMLParamElement(other); } private native void newHTMLParamElement(HTMLParamElement other); public HTMLParamElement(Node other) { super((Class) null); newHTMLParamElement(other); } private native void newHTMLParamElement(Node other); /** The name of a run-time parameter. See the name attribute definition in HTML 4.0. @short The name of a run-time parameter. */ public native String name(); /** see name @short see name */ public native void setName(String arg1); /** Content type for the value attribute when valuetype has the value "ref". See the type attribute definition in HTML 4.0. @short Content type for the value attribute when valuetype has the value "ref". */ public native String type(); /** see type @short see type */ public native void setType(String arg1); /** The value of a run-time parameter. See the value attribute definition in HTML 4.0. @short The value of a run-time parameter. */ public native String value(); /** see value @short see value */ public native void setValue(String arg1); /** Information about the meaning of the value attribute value. See the valuetype attribute definition in HTML 4.0. @short Information about the meaning of the value attribute value. */ public native String valueType(); /** see valueType @short see valueType */ public native void setValueType(String arg1); // DOM::HTMLParamElement* HTMLParamElement(DOM::HTMLParamElementImpl* arg1); >>>> NOT CONVERTED }