org.jnetpcap.protocol.application
Enum Html.Tag.Param

java.lang.Object
  extended by java.lang.Enum<Html.Tag.Param>
      extended by org.jnetpcap.protocol.application.Html.Tag.Param
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Html.Tag.Param>
Enclosing class:
Html.Tag

public static enum Html.Tag.Param
extends java.lang.Enum<Html.Tag.Param>

Table of tag parameters.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Enum Constant Summary
ALT
          The ALT.
CLASS
          The CLASS.
HEIGHT
          The HEIGHT.
HREF
          The HREF.
ID
          The ID.
SRC
          The SRC.
TITLE
          The TITLE.
TYPE
          The TYPE.
UNKNOWN
          The UNKNOWN.
WIDTH
          The WIDTH.
 
Method Summary
static Html.Tag.Param parseStringPrefix(java.lang.String name)
          Parses the string prefix.
static Html.Tag.Param valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Html.Tag.Param[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALT

public static final Html.Tag.Param ALT
The ALT.


CLASS

public static final Html.Tag.Param CLASS
The CLASS.


HEIGHT

public static final Html.Tag.Param HEIGHT
The HEIGHT.


HREF

public static final Html.Tag.Param HREF
The HREF.


ID

public static final Html.Tag.Param ID
The ID.


SRC

public static final Html.Tag.Param SRC
The SRC.


TITLE

public static final Html.Tag.Param TITLE
The TITLE.


TYPE

public static final Html.Tag.Param TYPE
The TYPE.


UNKNOWN

public static final Html.Tag.Param UNKNOWN
The UNKNOWN.


WIDTH

public static final Html.Tag.Param WIDTH
The WIDTH.

Method Detail

values

public static Html.Tag.Param[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Html.Tag.Param c : Html.Tag.Param.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Html.Tag.Param valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

parseStringPrefix

public static Html.Tag.Param parseStringPrefix(java.lang.String name)
Parses the string prefix.

Parameters:
name - the name
Returns:
the param