|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Html.Tag.Param>
org.jnetpcap.protocol.application.Html.Tag.Param
public static enum Html.Tag.Param
Table of tag parameters.
| 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 |
|---|
public static final Html.Tag.Param ALT
public static final Html.Tag.Param CLASS
public static final Html.Tag.Param HEIGHT
public static final Html.Tag.Param HREF
public static final Html.Tag.Param ID
public static final Html.Tag.Param SRC
public static final Html.Tag.Param TITLE
public static final Html.Tag.Param TYPE
public static final Html.Tag.Param UNKNOWN
public static final Html.Tag.Param WIDTH
| Method Detail |
|---|
public static Html.Tag.Param[] values()
for (Html.Tag.Param c : Html.Tag.Param.values()) System.out.println(c);
public static Html.Tag.Param valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static Html.Tag.Param parseStringPrefix(java.lang.String name)
name - the name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||