public enum MAPNoticeProblemDiagnostic extends java.lang.Enum<MAPNoticeProblemDiagnostic>
| Enum Constant and Description |
|---|
AbnormalEventDetectedByThePeer |
AbnormalEventReceivedFromThePeer |
MessageCannotBeDeliveredToThePeer |
ResponseRejectedByThePeer |
| Modifier and Type | Method and Description |
|---|---|
static MAPNoticeProblemDiagnostic |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPNoticeProblemDiagnostic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPNoticeProblemDiagnostic AbnormalEventDetectedByThePeer
public static final MAPNoticeProblemDiagnostic ResponseRejectedByThePeer
public static final MAPNoticeProblemDiagnostic AbnormalEventReceivedFromThePeer
public static final MAPNoticeProblemDiagnostic MessageCannotBeDeliveredToThePeer
public static MAPNoticeProblemDiagnostic[] values()
for (MAPNoticeProblemDiagnostic c : MAPNoticeProblemDiagnostic.values()) System.out.println(c);
public static MAPNoticeProblemDiagnostic 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 © 2011. All Rights Reserved.