public static enum IReasonerMessage.Type extends java.lang.Enum<IReasonerMessage.Type> implements IReasonerMessage.IType
| Enum Constant and Description |
|---|
AVAILABLE
Signals that the source of the message became available.
|
UNAVAILABLE
Signals that the source of the message became unavailable.
|
| Modifier and Type | Method and Description |
|---|---|
static IReasonerMessage.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IReasonerMessage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IReasonerMessage.Type AVAILABLE
public static final IReasonerMessage.Type UNAVAILABLE
public static IReasonerMessage.Type[] values()
for (IReasonerMessage.Type c : IReasonerMessage.Type.values()) System.out.println(c);
public static IReasonerMessage.Type 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 © 2009 - 2018 SSE. All Rights Reserved.