public enum ResourceFields extends Enum<ResourceFields> implements com.google.gwt.user.client.rpc.IsSerializable
Enum Constant and Description |
---|
algorithm |
author |
defaultsource |
description |
disclaimer |
generationtime |
parameters |
provenience |
searchid |
sourcehcaf |
sourcehcaftable |
sourcehspec |
sourcehspectable |
sourcehspen |
sourcehspentable |
status |
tablename |
title |
type |
Modifier and Type | Method and Description |
---|---|
static ResourceFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceFields searchid
public static final ResourceFields title
public static final ResourceFields tablename
public static final ResourceFields description
public static final ResourceFields author
public static final ResourceFields disclaimer
public static final ResourceFields provenience
public static final ResourceFields generationtime
public static final ResourceFields sourcehcaf
public static final ResourceFields sourcehspen
public static final ResourceFields sourcehspec
public static final ResourceFields parameters
public static final ResourceFields status
public static final ResourceFields sourcehcaftable
public static final ResourceFields sourcehspentable
public static final ResourceFields sourcehspectable
public static final ResourceFields type
public static final ResourceFields algorithm
public static final ResourceFields defaultsource
public static ResourceFields[] values()
for (ResourceFields c : ResourceFields.values()) System.out.println(c);
public static ResourceFields 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.