net.ivoa.xml.voresource.v1
Enum Type

java.lang.Object
  extended by java.lang.Enum<Type>
      extended by net.ivoa.xml.voresource.v1.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Type>

public enum Type
extends java.lang.Enum<Type>

Java class for Type.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="Type">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Other"/>
     <enumeration value="Archive"/>
     <enumeration value="Bibliography"/>
     <enumeration value="Catalog"/>
     <enumeration value="Journal"/>
     <enumeration value="Library"/>
     <enumeration value="Simulation"/>
     <enumeration value="Survey"/>
     <enumeration value="Transformation"/>
     <enumeration value="Education"/>
     <enumeration value="Outreach"/>
     <enumeration value="EPOResource"/>
     <enumeration value="Animation"/>
     <enumeration value="Artwork"/>
     <enumeration value="Background"/>
     <enumeration value="BasicData"/>
     <enumeration value="Historical"/>
     <enumeration value="Photographic"/>
     <enumeration value="Press"/>
     <enumeration value="Organisation"/>
     <enumeration value="Project"/>
     <enumeration value="Registry"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
ANIMATION
          Animation clips of astronomical phenomena
ARCHIVE
          Collection of pointed observations
ARTWORK
          Artists' renderings of astronomical phenomena or objects
BACKGROUND
          Background information on astronomical phenomena or objects
BASIC_DATA
          Compilations of basic astronomical facts about objects, such as approximate distance or membership in constellation.
BIBLIOGRAPHY
          Collection of bibliographic reference, abstracts, and publications
CATALOG
          Collection of derived data, primarily in tabular form
EDUCATION
          Collection of materials appropriate for educational use, such as teaching resources, curricula, etc.
EPO_RESOURCE
          Collection of materials that may be suitable for EPO products but which are not in final product form, as in Type Outreach or Type Education.
HISTORICAL
          Historical information about astronomical objects
JOURNAL
          Collection of scholarly publications under common editorial policy
LIBRARY
          Collection of published materials (journals, books, etc.)
ORGANISATION
          An organization that is a publisher or curator of other resources.
OTHER
          resource that does not fall into any of the category names currently defined.
OUTREACH
          Collection of materials appropriate for public outreach, such as press releases and photo galleries
PHOTOGRAPHIC
          Publication-quality photographs of astronomical objects
PRESS
          Press releases about astronomical objects
PROJECT
          A project that is a publisher or curator of other resources
REGISTRY
          a query service for which response is a structured description of resources.
SIMULATION
          Theoretical simulation or model
SURVEY
          Collection of observations covering substantial and contiguous areas of the sky
TRANSFORMATION
          A service that transforms data
 
Method Summary
static Type fromValue(java.lang.String v)
           
 java.lang.String value()
           
static Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OTHER

public static final Type OTHER
resource that does not fall into any of the category names currently defined.


ARCHIVE

public static final Type ARCHIVE
Collection of pointed observations


BIBLIOGRAPHY

public static final Type BIBLIOGRAPHY
Collection of bibliographic reference, abstracts, and publications


CATALOG

public static final Type CATALOG
Collection of derived data, primarily in tabular form


JOURNAL

public static final Type JOURNAL
Collection of scholarly publications under common editorial policy


LIBRARY

public static final Type LIBRARY
Collection of published materials (journals, books, etc.)


SIMULATION

public static final Type SIMULATION
Theoretical simulation or model


SURVEY

public static final Type SURVEY
Collection of observations covering substantial and contiguous areas of the sky


TRANSFORMATION

public static final Type TRANSFORMATION
A service that transforms data


EDUCATION

public static final Type EDUCATION
Collection of materials appropriate for educational use, such as teaching resources, curricula, etc.


OUTREACH

public static final Type OUTREACH
Collection of materials appropriate for public outreach, such as press releases and photo galleries


EPO_RESOURCE

public static final Type EPO_RESOURCE
Collection of materials that may be suitable for EPO products but which are not in final product form, as in Type Outreach or Type Education. EPOResource would apply, e.g., to archives with easily accessed preview images or to surveys with easy-to-use images.


ANIMATION

public static final Type ANIMATION
Animation clips of astronomical phenomena


ARTWORK

public static final Type ARTWORK
Artists' renderings of astronomical phenomena or objects


BACKGROUND

public static final Type BACKGROUND
Background information on astronomical phenomena or objects


BASIC_DATA

public static final Type BASIC_DATA
Compilations of basic astronomical facts about objects, such as approximate distance or membership in constellation.


HISTORICAL

public static final Type HISTORICAL
Historical information about astronomical objects


PHOTOGRAPHIC

public static final Type PHOTOGRAPHIC
Publication-quality photographs of astronomical objects


PRESS

public static final Type PRESS
Press releases about astronomical objects


ORGANISATION

public static final Type ORGANISATION
An organization that is a publisher or curator of other resources.


PROJECT

public static final Type PROJECT
A project that is a publisher or curator of other resources


REGISTRY

public static final Type REGISTRY
a query service for which response is a structured description of resources.

Method Detail

values

public static Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Type c : Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Type valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static Type fromValue(java.lang.String v)


Copyright © 2011 VAMDC. All Rights Reserved.