public static enum ElasTestSubmitter.SubmitterType extends Enum<ElasTestSubmitter.SubmitterType>
| Enum Constant and Description |
|---|
LOGSTASH |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsName(String otherName) |
String |
toString() |
static ElasTestSubmitter.SubmitterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasTestSubmitter.SubmitterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasTestSubmitter.SubmitterType LOGSTASH
public static ElasTestSubmitter.SubmitterType[] values()
for (ElasTestSubmitter.SubmitterType c : ElasTestSubmitter.SubmitterType.values()) System.out.println(c);
public static ElasTestSubmitter.SubmitterType 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 boolean equalsName(String otherName)
public String toString()
toString in class Enum<ElasTestSubmitter.SubmitterType>Copyright © 2016–2018. All rights reserved.