public enum MessageCanonic extends Enum<MessageCanonic>
| Modifier and Type | Method and Description |
|---|---|
String |
canonic()
Gets the message canonicalization representation.
|
static MessageCanonic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCanonic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCanonic SIMPLE
public static final MessageCanonic RELAXED
public static MessageCanonic[] values()
for (MessageCanonic c : MessageCanonic.values()) System.out.println(c);
public static MessageCanonic 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 canonic()
Copyright © 2019 Eclipse. All rights reserved.