org.apache.ecs
Class Param

java.lang.Object
  |
  +--org.apache.ecs.Element
        |
        +--org.apache.ecs.ElementAttributes
              |
              +--org.apache.ecs.SinglePartElement
                    |
                    +--org.apache.ecs.Param

public class Param
extends SinglePartElement

This class creates an Param Element

Version:
$Id: Param.java,v 1.1.1.1 1999/04/20 01:18:58 jonbolt Exp $
Author:
Stephan Nagy, Jon S. Stevens

Field Summary
static java.lang.String data
           
static java.lang.String DATA
           
static java.lang.String object
           
static java.lang.String OBJECT
           
static java.lang.String ref
           
static java.lang.String REF
           
 
Fields inherited from class org.apache.ecs.Element
attribute_filter, case_type, codeset, element, end_element, end_modifier, end_modifier_defined, filter, filter_attribute_state, filter_state, NO_ATTRIBUTE_VALUE, start_modifier, start_modifier_defined, VERSION
 
Constructor Summary
Param()
          Default constructor.
 
Method Summary
(package private)  void ()
          private initializer.
 Param setName(java.lang.String name)
          Sets the name of this parameter.
 Param setType(java.lang.String cdata)
          Sets the mime type of this object
 Param setValue(java.lang.String value)
          Sets the value of this attribute.
 Param setValueType(java.lang.String valuetype)
          Sets the valuetype of this parameter.
 
Methods inherited from class org.apache.ecs.SinglePartElement
output, output
 
Methods inherited from class org.apache.ecs.ElementAttributes
setClass, setDir, setID, setLang, setStyle, setTitle
 
Methods inherited from class org.apache.ecs.Element
addAttribute, alterCase, getAttributeFilterState, getCase, getCodeSet, getElementHashEntry, getEndModifier, getEndModifierDefined, getFilter, getFilterState, getHtmlElementType, getNeedClosingTag, getStartModifier, getStartModifierDefined, getVersion, hasAttribute, removeAttribute, removeEndModifier, removeStartModifier, setAttributeFilter, setAttributeFilterState, setCase, setCodeSet, setEndModifier, setEndModifierDefined, setFilter, setFilterState, setHtmlElementType, setModifier, setModifier, setNeedClosingTag, setStartModifier, setStartModifierDefined, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

REF

public static final java.lang.String REF

DATA

public static final java.lang.String DATA

OBJECT

public static final java.lang.String OBJECT

ref

public static final java.lang.String ref

data

public static final java.lang.String data

object

public static final java.lang.String object
Constructor Detail

Param

public Param()
Default constructor. use set* methods.
Method Detail

void ()
private initializer.
Overrides:
in class java.lang.Object

setName

public Param setName(java.lang.String name)
Sets the name of this parameter.
Parameters:
name - sets the name of this parameter.

setValue

public Param setValue(java.lang.String value)
Sets the value of this attribute.
Parameters:
value - sets the value attribute.

setValueType

public Param setValueType(java.lang.String valuetype)
Sets the valuetype of this parameter.
Parameters:
valuetype - sets the name of this parameter.
REF|DATA|OBJECT convience varaibles provided as Param.REF,Param.DATA,Param.OBJECT

setType

public Param setType(java.lang.String cdata)
Sets the mime type of this object
Parameters:
the - mime type of this object