public enum SearchSpace extends java.lang.Enum<SearchSpace>
| Enum Constant and Description |
|---|
gitProject |
hostName |
mavenGroupArtifact |
serviceName |
vipFqdn |
| Modifier and Type | Method and Description |
|---|---|
static SearchSpace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchSpace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchSpace serviceName
public static final SearchSpace gitProject
public static final SearchSpace mavenGroupArtifact
public static final SearchSpace hostName
public static final SearchSpace vipFqdn
public static SearchSpace[] values()
for (SearchSpace c : SearchSpace.values()) System.out.println(c);
public static SearchSpace valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2017 Richard Thurston. All Rights Reserved.