public static enum Messages.KEngine extends Enum<Messages.KEngine>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.KEngine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.KEngine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.KEngine No_Available_Repositories
public static final Messages.KEngine Notify_Listeners
public static final Messages.KEngine Added_Listener
public static final Messages.KEngine Added_Listener_Failure
public static final Messages.KEngine Added_Repository
public static final Messages.KEngine Removed_Listener
public static final Messages.KEngine Removed_Listener_Failure
public static final Messages.KEngine Removed_Repository
public static final Messages.KEngine Removed_Repository_Failure
public static final Messages.KEngine Startup_Failure
public static final Messages.KEngine Shutdown_Failure
public static final Messages.KEngine KSequencers_Unknown_Message
public static final Messages.KEngine KSequencers_Problem_Message
public static final Messages.KEngine No_Repository
public static final Messages.KEngine No_Metadata_Instance
public static Messages.KEngine[] values()
for (Messages.KEngine c : Messages.KEngine.values()) System.out.println(c);
public static Messages.KEngine 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 nullpublic String toString()
toString
in class Enum<Messages.KEngine>
Copyright © 2013–2019. All rights reserved.