API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.activation. MimeTypeParameterList View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      MimeTypeParameterList
Implements
Subclasses
Description
public class MimeTypeParameterList
  A parameter list of a MimeType as defined in RFC 2045 and 2046.
See also:    MimeType
Constructors
public MimeTypeParameterList ()
Default constructor.
public MimeTypeParameterList (String parameterList) throws MimeTypeParseException
  Constructs a new MimeTypeParameterList with the passed in data.
Methods
Hide/Show inherited methods
public String get (String name)
  Retrieve the value associated with the given name, or null if there is no current association.
public Enumeration getNames ()
  Retrieve an enumeration of all the names in this list.
public boolean isEmpty ()
  Determine whether or not this list is empty.
protected void parse (String parameterList) throws MimeTypeParseException
  A routine for parsing the parameter list out of a String.
public void remove (String name)
  Remove any value associated with the given name.
public void set (String name, String value)
  Set the value to be associated with the given name, replacing any previous association.
public int size ()
  Return the number of name-value pairs in this list.
public String toString ()
Return a string representation of this object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar