public enum ResourceTypeGeneral extends Enum<ResourceTypeGeneral>
| Enum Constant and Description |
|---|
Audiovisual
A series of visual representations imparting an impression of motion when shown in succession.
|
Collection
An aggregation of resources of various types, or a list of resources that form part of a publication.
|
DataPaper
A factual and objective publication with a focused intent to identify and describe specific data, sets of data, or data collections
to facilitate discoverability.
|
Dataset
Data encoded in a defined structure.
|
Event
A non‐persistent, time‐ based occurrence.
|
Image
A visual representation other than text.
|
InteractiveResource
A resource requiring interaction from the user to be understood, executed, or experienced.
|
Model
An abstract, conceptual, graphical, mathematical or visualization model that represents empirical objects, phenomena, or physical processes.
|
Other
If selected, supply a value for ResourceType.
|
PhysicalObject
An inanimate, three‐ dimensional object or substance.
|
Service
A system that provides one or more functions of value to the end‐user.
|
Software
A computer program in source code (text) or compiled form.
|
Sound
A resource primarily intended to be heard.
|
Text
A resource consisting primarily of words for reading.
|
Workflow
A structured series of steps which can be executed to produce a final outcome, allowing users a means to specify and enact their work in a more reproducible manner.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceTypeGeneral |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTypeGeneral[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceTypeGeneral Audiovisual
public static final ResourceTypeGeneral Collection
public static final ResourceTypeGeneral DataPaper
public static final ResourceTypeGeneral Dataset
public static final ResourceTypeGeneral Event
public static final ResourceTypeGeneral Image
public static final ResourceTypeGeneral InteractiveResource
public static final ResourceTypeGeneral Model
public static final ResourceTypeGeneral PhysicalObject
public static final ResourceTypeGeneral Service
public static final ResourceTypeGeneral Software
public static final ResourceTypeGeneral Sound
public static final ResourceTypeGeneral Text
public static final ResourceTypeGeneral Workflow
public static final ResourceTypeGeneral Other
public static ResourceTypeGeneral[] values()
for (ResourceTypeGeneral c : ResourceTypeGeneral.values()) System.out.println(c);
public static ResourceTypeGeneral 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–2018. All rights reserved.