public static enum NagiosEndpointBuilderFactory.NagiosEncryptionMethod extends Enum<NagiosEndpointBuilderFactory.NagiosEncryptionMethod>
org.apache.camel.component.nagios.NagiosEncryptionMethod
enum.| Modifier and Type | Method and Description |
|---|---|
static NagiosEndpointBuilderFactory.NagiosEncryptionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NagiosEndpointBuilderFactory.NagiosEncryptionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NagiosEndpointBuilderFactory.NagiosEncryptionMethod No
public static final NagiosEndpointBuilderFactory.NagiosEncryptionMethod Xor
public static final NagiosEndpointBuilderFactory.NagiosEncryptionMethod TripleDes
public static NagiosEndpointBuilderFactory.NagiosEncryptionMethod[] values()
for (NagiosEndpointBuilderFactory.NagiosEncryptionMethod c : NagiosEndpointBuilderFactory.NagiosEncryptionMethod.values()) System.out.println(c);
public static NagiosEndpointBuilderFactory.NagiosEncryptionMethod 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 nullApache Camel