@Beta public enum MetadataSearchTargetType extends Enum<MetadataSearchTargetType>
| Enum Constant and Description |
|---|
ALL |
APP |
ARTIFACT |
DATASET |
PROGRAM |
STREAM |
VIEW |
| Modifier and Type | Method and Description |
|---|---|
static MetadataSearchTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataSearchTargetType |
valueOfSerializedForm(String value) |
static MetadataSearchTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataSearchTargetType ALL
public static final MetadataSearchTargetType ARTIFACT
public static final MetadataSearchTargetType APP
public static final MetadataSearchTargetType PROGRAM
public static final MetadataSearchTargetType DATASET
public static final MetadataSearchTargetType STREAM
public static final MetadataSearchTargetType VIEW
public static MetadataSearchTargetType[] values()
for (MetadataSearchTargetType c : MetadataSearchTargetType.values()) System.out.println(c);
public static MetadataSearchTargetType 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 static MetadataSearchTargetType valueOfSerializedForm(String value)
MetadataSearchTargetType of the given value.Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.