public enum ITIPMethod extends java.lang.Enum<ITIPMethod>
Enum Constant and Description |
---|
ADD |
CANCEL
Event removed
|
COUNTER |
DECLINECOUNTER |
PUBLISH |
REFRESH |
REPLY
Participation update
|
REQUEST
New event or update
|
Modifier and Type | Method and Description |
---|---|
static ITIPMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ITIPMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITIPMethod PUBLISH
public static final ITIPMethod REQUEST
public static final ITIPMethod REPLY
public static final ITIPMethod ADD
public static final ITIPMethod CANCEL
public static final ITIPMethod REFRESH
public static final ITIPMethod COUNTER
public static final ITIPMethod DECLINECOUNTER
public static ITIPMethod[] values()
for (ITIPMethod c : ITIPMethod.values()) System.out.println(c);
public static ITIPMethod 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 namejava.lang.NullPointerException
- if the argument is nullCopyright © 2021. All Rights Reserved.