public static enum OpenTox.URI extends Enum<OpenTox.URI>
Enum Constant and Description |
---|
algorithm |
bookmark |
bundle |
composition |
compound |
conformer |
dataset |
effect |
feature |
investigation |
missingValues |
model |
qmap |
query |
reference |
study |
substance |
substanceowner |
task |
Modifier and Type | Method and Description |
---|---|
Object |
getId(String uri,
org.restlet.data.Reference baseReference) |
Object |
getId(String uri,
org.restlet.routing.Template template) |
Object[] |
getIds(String uri,
org.restlet.data.Reference baseReference) |
Object[] |
getIds(String uri,
org.restlet.routing.Template template) |
int |
getIntValue(org.restlet.Request request) |
String |
getKey() |
String |
getResourceID() |
org.restlet.routing.Template |
getTemplate(org.restlet.data.Reference baseReference) |
String |
getURI() |
String |
getValue(org.restlet.Request request) |
static OpenTox.URI |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenTox.URI[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenTox.URI query
public static final OpenTox.URI missingValues
public static final OpenTox.URI task
public static final OpenTox.URI algorithm
public static final OpenTox.URI model
public static final OpenTox.URI dataset
public static final OpenTox.URI bundle
public static final OpenTox.URI feature
public static final OpenTox.URI bookmark
public static final OpenTox.URI reference
public static final OpenTox.URI compound
public static final OpenTox.URI conformer
public static final OpenTox.URI qmap
public static final OpenTox.URI substance
public static final OpenTox.URI substanceowner
public static final OpenTox.URI composition
public static final OpenTox.URI study
public static final OpenTox.URI effect
public static final OpenTox.URI investigation
public static OpenTox.URI[] values()
for (OpenTox.URI c : OpenTox.URI.values()) System.out.println(c);
public static OpenTox.URI 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 String getURI()
public String getKey()
public String getResourceID()
public org.restlet.routing.Template getTemplate(org.restlet.data.Reference baseReference)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.