public enum ClaxonTag extends Enum<ClaxonTag>
| Enum Constant and Description |
|---|
ACQUIRE_REQUEST_TRANSPORT |
ACQUIRE_RESULT |
COMPLETE_CALLBACK |
CONSTRUCT_MESSAGE |
REQUEST_TRANSIT_TIME |
RESPONSE_TRANSIT_TIME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay() |
static ClaxonTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaxonTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaxonTag ACQUIRE_REQUEST_TRANSPORT
public static final ClaxonTag CONSTRUCT_MESSAGE
public static final ClaxonTag REQUEST_TRANSIT_TIME
public static final ClaxonTag RESPONSE_TRANSIT_TIME
public static final ClaxonTag COMPLETE_CALLBACK
public static final ClaxonTag ACQUIRE_RESULT
public static ClaxonTag[] values()
for (ClaxonTag c : ClaxonTag.values()) System.out.println(c);
public static ClaxonTag 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 getDisplay()
Copyright © 2020. All rights reserved.