public static enum RootServiceResponseFactory.Services extends Enum<RootServiceResponseFactory.Services>
| Enum Constant and Description |
|---|
AMBARI |
| Modifier and Type | Method and Description |
|---|---|
RootServiceResponseFactory.Components[] |
getComponents() |
static RootServiceResponseFactory.Services |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RootServiceResponseFactory.Services[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootServiceResponseFactory.Services AMBARI
public static RootServiceResponseFactory.Services[] values()
for (RootServiceResponseFactory.Services c : RootServiceResponseFactory.Services.values()) System.out.println(c);
public static RootServiceResponseFactory.Services 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 RootServiceResponseFactory.Components[] getComponents()
Copyright © 2016. All rights reserved.