public static enum AmbariLdapFacade.Parameters extends Enum<AmbariLdapFacade.Parameters>
Enum Constant and Description |
---|
TEST_USER_NAME |
TEST_USER_PASSWORD |
Modifier and Type | Method and Description |
---|---|
String |
getParameterKey() |
static AmbariLdapFacade.Parameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmbariLdapFacade.Parameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AmbariLdapFacade.Parameters TEST_USER_NAME
public static final AmbariLdapFacade.Parameters TEST_USER_PASSWORD
public static AmbariLdapFacade.Parameters[] values()
for (AmbariLdapFacade.Parameters c : AmbariLdapFacade.Parameters.values()) System.out.println(c);
public static AmbariLdapFacade.Parameters 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 getParameterKey()
Copyright © 2022 Apache Software Foundation. All rights reserved.