public enum MetaSourceFields extends Enum<MetaSourceFields>
Modifier and Type | Method and Description |
---|---|
static MetaSourceFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaSourceFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaSourceFields searchid
public static final MetaSourceFields title
public static final MetaSourceFields tablename
public static final MetaSourceFields description
public static final MetaSourceFields author
public static final MetaSourceFields disclaimer
public static final MetaSourceFields provenience
public static final MetaSourceFields generationtime
public static final MetaSourceFields sourcehcafids
public static final MetaSourceFields sourcehspenids
public static final MetaSourceFields sourcehspecids
public static final MetaSourceFields sourceoccurrencecellsids
public static final MetaSourceFields parameters
public static final MetaSourceFields status
public static final MetaSourceFields sourcehcaftables
public static final MetaSourceFields sourcehspentables
public static final MetaSourceFields sourcehspectables
public static final MetaSourceFields sourceoccurrencecellstables
public static final MetaSourceFields type
public static final MetaSourceFields algorithm
public static final MetaSourceFields defaultsource
public static final MetaSourceFields rowcount
public static MetaSourceFields[] values()
for (MetaSourceFields c : MetaSourceFields.values()) System.out.println(c);
public static MetaSourceFields 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 nullCopyright © 2017. All Rights Reserved.