org.anadix.html
Class ParamTag

java.lang.Object
  extended by org.anadix.html.HtmlElement
      extended by org.anadix.html.ParamTag
All Implemented Interfaces:
Comparable<HtmlElement>, Element

public class ParamTag
extends HtmlElement

Defines a parameter for an object

Version:
$Id: $
Author:
tomason

Method Summary
 String getIdAttribute()
          Specifies a unique id for an element
 String getNameAttribute()
          Specifies the name of a parameter
 String getType()
          Specifies the MIME type of the parameter
 String getValue()
          Specifies the value of the parameter
 String getValuetype()
          Specifies the type of the value
 
Methods inherited from class org.anadix.html.HtmlElement
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getIdAttribute

public String getIdAttribute()
Specifies a unique id for an element

Returns:
unique element id

getNameAttribute

public String getNameAttribute()
Specifies the name of a parameter

Returns:
name of the element

getValue

public String getValue()
Specifies the value of the parameter

Returns:
value of the parameter

getValuetype

public String getValuetype()
Specifies the type of the value

Returns:
type of the value

getType

public String getType()
Specifies the MIME type of the parameter

Returns:
MIME type of the parameter


Copyright © 2012. All Rights Reserved.