public static enum AccessHandler.ACCESS_HANDLER_TYPES extends Enum<AccessHandler.ACCESS_HANDLER_TYPES>
| Modifier and Type | Method and Description |
|---|---|
static AccessHandler.ACCESS_HANDLER_TYPES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessHandler.ACCESS_HANDLER_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessHandler.ACCESS_HANDLER_TYPES WSS
public static final AccessHandler.ACCESS_HANDLER_TYPES HTTP
public static final AccessHandler.ACCESS_HANDLER_TYPES SOAP
public static final AccessHandler.ACCESS_HANDLER_TYPES SANY
public static final AccessHandler.ACCESS_HANDLER_TYPES FTP
public static AccessHandler.ACCESS_HANDLER_TYPES[] values()
for (AccessHandler.ACCESS_HANDLER_TYPES c : AccessHandler.ACCESS_HANDLER_TYPES.values()) System.out.println(c);
public static AccessHandler.ACCESS_HANDLER_TYPES 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 nullCopyright © 2012–2026 cismet GmbH. All rights reserved.