Class w3c.mime.MIMETypeParameter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.mime.MIMETypeParameter

java.lang.Object
   |
   +----w3c.mime.MIMETypeParameter

public class MIMETypeParameter
extends Object
This class is used to represent MIME type parameters.
See Also:
MIMEType

Variable Index

 o name
 o value

Method Index

 o getName()
Get this parameter name.
 o getValue()
Get this parameter value.

Variables

 o name
  protected String name
 o value
  protected String value

Methods

 o getName
  public String getName()
Get this parameter name.
 o getValue
  public String getValue()
Get this parameter value.
Returns:
A String giving the unparsed parameter value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index