public enum InternalJobState extends Enum<InternalJobState>
JobExecutor.| Modifier and Type | Method and Description |
|---|---|
String |
getTopic() |
static InternalJobState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalJobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalJobState SUCCEEDED
public static final InternalJobState FAILED
public static final InternalJobState CANCELLED
public static InternalJobState[] values()
for (InternalJobState c : InternalJobState.values()) System.out.println(c);
public static InternalJobState 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 getTopic()
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.