@Deprecated public static enum WlssSipServletMessage.UseHeaderForm extends Enum<WlssSipServletMessage.UseHeaderForm>
Enum Constant and Description |
---|
COMPACT
Deprecated.
The application requires that all headers in this message use compact form.
|
DEFAULT
Deprecated.
Use the default as set by the container's configuration.
|
LONG
Deprecated.
The application requires that all headers in this message use long form.
|
Modifier and Type | Method and Description |
---|---|
static WlssSipServletMessage.UseHeaderForm |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WlssSipServletMessage.UseHeaderForm[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WlssSipServletMessage.UseHeaderForm COMPACT
public static final WlssSipServletMessage.UseHeaderForm LONG
public static final WlssSipServletMessage.UseHeaderForm DEFAULT
public static WlssSipServletMessage.UseHeaderForm[] values()
for (WlssSipServletMessage.UseHeaderForm c : WlssSipServletMessage.UseHeaderForm.values()) System.out.println(c);
public static WlssSipServletMessage.UseHeaderForm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null