|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.SinglePartElement
org.apache.ecs.html.Param
public class Param
This class creates an Param Element
| 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.GenericElement |
|---|
tabLevel |
| Fields inherited from interface org.apache.ecs.Attributes |
|---|
NO_ATTRIBUTE_VALUE |
| Fields inherited from interface org.apache.ecs.Element |
|---|
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE |
| Constructor Summary | |
|---|---|
Param()
Default constructor. |
|
| Method Summary | |
|---|---|
Param |
addElement(Element element)
Adds an Element to the element. |
Param |
addElement(java.lang.String element)
Adds an Element to the element. |
Param |
addElement(java.lang.String hashcode,
Element element)
Adds an Element to the element. |
Param |
addElement(java.lang.String hashcode,
java.lang.String element)
Adds an Element to the element. |
Param |
removeElement(java.lang.String hashcode)
Removes an Element from the element. |
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.ConcreteElement |
|---|
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REF
public static final java.lang.String DATA
public static final java.lang.String OBJECT
public static final java.lang.String ref
public static final java.lang.String data
public static final java.lang.String object
| Constructor Detail |
|---|
public Param()
| Method Detail |
|---|
public Param setName(java.lang.String name)
name - sets the name of this parameter.public Param setValue(java.lang.String value)
value - sets the value attribute.public Param setValueType(java.lang.String valuetype)
valuetype - sets the name of this parameter.public Param setType(java.lang.String cdata)
the - mime type of this object
public Param addElement(java.lang.String hashcode,
Element element)
hashcode - name of element for hash tableelement - Adds an Element to the element.
public Param addElement(java.lang.String hashcode,
java.lang.String element)
hashcode - name of element for hash tableelement - Adds an Element to the element.public Param addElement(Element element)
element - Adds an Element to the element.public Param addElement(java.lang.String element)
element - Adds an Element to the element.public Param removeElement(java.lang.String hashcode)
hashcode - the name of the element to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||