edu.utexas.its.eis.tools.qwicap.servlet
Class ContentTypeParameter

java.lang.Object
  extended by edu.utexas.its.eis.tools.qwicap.servlet.ContentTypeParameter

public final class ContentTypeParameter
extends Object

Created by IntelliJ IDEA. User: chrisj Date: Feb 7, 2010 Time: 11:06:09 PM To change this template use File | Settings | File Templates.


Field Summary
 String Comment
          The optional comment associated with the parameter, decoded if necessary.
 String Name
          The name of the parameter.
 String Value
          The value of the parameter, decoded if necessary.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Name

public final String Name
The name of the parameter.


Value

public final String Value
The value of the parameter, decoded if necessary.


Comment

public final String Comment
The optional comment associated with the parameter, decoded if necessary. If no comment was present, the value of this field is null.

Method Detail

toString

public String toString()
Overrides:
toString in class Object