org.spase.parser122
Enum EnumFormat

java.lang.Object
  extended by java.lang.Enum<EnumFormat>
      extended by org.spase.parser122.EnumFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnumFormat>

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

Java class for enumFormat.

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

 <simpleType name="enumFormat">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="AVI"/>
     <enumeration value="Binary"/>
     <enumeration value="CDF"/>
     <enumeration value="CEF"/>
     <enumeration value="CEF1"/>
     <enumeration value="CEF2"/>
     <enumeration value="FITS"/>
     <enumeration value="GIF"/>
     <enumeration value="HDF"/>
     <enumeration value="HDF4"/>
     <enumeration value="HDF5"/>
     <enumeration value="HTML"/>
     <enumeration value="IDFS"/>
     <enumeration value="IDL"/>
     <enumeration value="JPEG"/>
     <enumeration value="MATLAB_4"/>
     <enumeration value="MATLAB_6"/>
     <enumeration value="MATLAB_7"/>
     <enumeration value="MPEG"/>
     <enumeration value="NCAR"/>
     <enumeration value="NetCDF"/>
     <enumeration value="PDF"/>
     <enumeration value="PNG"/>
     <enumeration value="Postscript"/>
     <enumeration value="QuickTime"/>
     <enumeration value="Text"/>
     <enumeration value="TIFF"/>
     <enumeration value="UDF"/>
     <enumeration value="VOTable"/>
     <enumeration value="XML"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
AVI
          Audio Video Interleave (AVI) a digital format for movies that conforms to the Microsoft Windows Resource Interchange File Format (RIFF).
BINARY
          A direct representation of the bits which may be stored in memory on a computer.
CDF
          Common Data Format (CDF).
CEF
          Cluster Exchange Format (CEF) is a self-documenting ASCII format designed for the exchange of data.
CEF_1
          Cluster Exchange Format (CEF), version 1, is a self-documenting ASCII format designed for the exchange of data.
CEF_2
          Cluster Exchange Format (CEF), version 2, is a self-documenting ASCII format designed for the exchange of data and introduced for Cluster Active Archive.
FITS
          Flexible Image Transport System (FITS) is a digital format primarily designed to store scientific data sets consisting of multi-dimensional arrays (1-D spectra, 2-D images or 3-D data cubes) and 2-dimensional tables containing rows and columns of data.
GIF
          Graphic Interchange Format (GIF) first introduced in 1987 by CompuServe.
HDF
          Hierarchical Data Format
HDF_4
          Hierarchical Data Format, Version 4
HDF_5
          Hierarchical Data Format, Version 5
HTML
          A text file containing structured information represented in the HyperText Mark-up Language (HTML).
IDFS
          Instrument Data File Set (IDFS) is a set of files written in a prescribed format which contain data, timing data, and meta-data.
IDL
          Interactive Data Language (IDL) save set.
JPEG
          A binary format for still images defined by the Joint Photographic Experts Group
MATLAB_4
          MATLAB Workspace save set, version 4.
MATLAB_6
          MATLAB Workspace save set, version 6.
MATLAB_7
          MATLAB Workspace save set, version 7.
MPEG
          A digital format for movies defined by the Motion Picture Experts Group
NCAR
          The National Center for Atmospheric Research (NCAR) format.
NET_CDF
          Unidata Program Center's Network Common Data Form (NetCDF).
PDF
          A document expressed in the Portable Document Format (PDF) as defined by Adobe.
PNG
          A digital format for still images.
POSTSCRIPT
          A page description programming language created by Adobe Systems Inc.
QUICK_TIME
          A format for digital movies, as defined by Apple Computer.
TEXT
          ASCII text
TIFF
          A binary format for still pictures.
UDF
          Universal Data Format (UDF).
VO_TABLE
          A proposed XML standard designed as a flexible storage and exchange format for tabular data.
XML
          eXtensible Mark-up Language (XML).
 
Method Summary
static EnumFormat fromValue(java.lang.String v)
           
 java.lang.String value()
           
static EnumFormat valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumFormat[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

AVI

public static final EnumFormat AVI
Audio Video Interleave (AVI) a digital format for movies that conforms to the Microsoft Windows Resource Interchange File Format (RIFF).


BINARY

public static final EnumFormat BINARY
A direct representation of the bits which may be stored in memory on a computer.


CDF

public static final EnumFormat CDF
Common Data Format (CDF). A binary storage format developed at Goddard Space Flight Center (GSFC).


CEF

public static final EnumFormat CEF
Cluster Exchange Format (CEF) is a self-documenting ASCII format designed for the exchange of data. There are two versions of CEF which are not totally compatible.


CEF_1

public static final EnumFormat CEF_1
Cluster Exchange Format (CEF), version 1, is a self-documenting ASCII format designed for the exchange of data. The metadata contains information compatible with the ISTP recommendations for CDF.


CEF_2

public static final EnumFormat CEF_2
Cluster Exchange Format (CEF), version 2, is a self-documenting ASCII format designed for the exchange of data and introduced for Cluster Active Archive. Compared to version 1, the metadata description of vectors and tensors is different.


FITS

public static final EnumFormat FITS
Flexible Image Transport System (FITS) is a digital format primarily designed to store scientific data sets consisting of multi-dimensional arrays (1-D spectra, 2-D images or 3-D data cubes) and 2-dimensional tables containing rows and columns of data.


GIF

public static final EnumFormat GIF
Graphic Interchange Format (GIF) first introduced in 1987 by CompuServe. GIF uses LZW compression and images are limited to 256 colours.


HDF

public static final EnumFormat HDF
Hierarchical Data Format


HDF_4

public static final EnumFormat HDF_4
Hierarchical Data Format, Version 4


HDF_5

public static final EnumFormat HDF_5
Hierarchical Data Format, Version 5


HTML

public static final EnumFormat HTML
A text file containing structured information represented in the HyperText Mark-up Language (HTML). See


IDFS

public static final EnumFormat IDFS
Instrument Data File Set (IDFS) is a set of files written in a prescribed format which contain data, timing data, and meta-data. IDFS was developed at Southwest Research Institute (SwRI).


IDL

public static final EnumFormat IDL
Interactive Data Language (IDL) save set. IDL is a proprietary format.


JPEG

public static final EnumFormat JPEG
A binary format for still images defined by the Joint Photographic Experts Group


MATLAB_4

public static final EnumFormat MATLAB_4
MATLAB Workspace save set, version 4. MAT-files are double-precision, binary, MATLAB format files. MATLAB is a proprietary product of The MathWorks.


MATLAB_6

public static final EnumFormat MATLAB_6
MATLAB Workspace save set, version 6. MAT-files are double-precision, binary, MATLAB format files. MATLAB is a proprietary product of The MathWorks.


MATLAB_7

public static final EnumFormat MATLAB_7
MATLAB Workspace save set, version 7. MAT-files are double-precision, binary, MATLAB format files. Version 7 includes data compression and Unicode encoding. MATLAB is a proprietary product of The MathWorks.


MPEG

public static final EnumFormat MPEG
A digital format for movies defined by the Motion Picture Experts Group


NCAR

public static final EnumFormat NCAR
The National Center for Atmospheric Research (NCAR) format. A complete description of that standard is given in appendix C of the "Report on Establishment & Operation of the Incoherent- Scatter Data Base", dated August 23, 1984, obtainable from NCAR, P.O. Box 3000 Boulder, Colorado 80307-3000.


NET_CDF

public static final EnumFormat NET_CDF
Unidata Program Center's Network Common Data Form (NetCDF). A self-describing data portable data format for array-oriented data access. See


PDF

public static final EnumFormat PDF
A document expressed in the Portable Document Format (PDF) as defined by Adobe.


PNG

public static final EnumFormat PNG
A digital format for still images. Portable Network Graphics (PNG)


POSTSCRIPT

public static final EnumFormat POSTSCRIPT
A page description programming language created by Adobe Systems Inc. that is a device-independent industry standard for representing text and graphics.


QUICK_TIME

public static final EnumFormat QUICK_TIME
A format for digital movies, as defined by Apple Computer. See


TEXT

public static final EnumFormat TEXT
ASCII text


TIFF

public static final EnumFormat TIFF
A binary format for still pictures. Tagged Image Format File (TIFF). Originally developed by Aldus and now controlled by Adobe.


UDF

public static final EnumFormat UDF
Universal Data Format (UDF). The Optical Technology Storage Association's Universal Disk Format, based on ISO 13346. See


VO_TABLE

public static final EnumFormat VO_TABLE
A proposed XML standard designed as a flexible storage and exchange format for tabular data.


XML

public static final EnumFormat XML
eXtensible Mark-up Language (XML). A structured format for representing information. See

Method Detail

values

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

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

valueOf

public static EnumFormat 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

value

public java.lang.String value()

fromValue

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