public static enum StandaloneLdapApiService.ControlType extends Enum<StandaloneLdapApiService.ControlType>
| Modifier and Type | Method and Description |
|---|---|
private String |
getProperty() |
static StandaloneLdapApiService.ControlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandaloneLdapApiService.ControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandaloneLdapApiService.ControlType REQUEST
public static final StandaloneLdapApiService.ControlType RESPONSE
private String property
public static StandaloneLdapApiService.ControlType[] values()
for (StandaloneLdapApiService.ControlType c : StandaloneLdapApiService.ControlType.values()) System.out.println(c);
public static StandaloneLdapApiService.ControlType 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 nullprivate String getProperty()
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.