|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumFormat>
org.spase.parser122.EnumFormat
public 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 |
|---|
public static final EnumFormat AVI
public static final EnumFormat BINARY
public static final EnumFormat CDF
public static final EnumFormat CEF
public static final EnumFormat CEF_1
public static final EnumFormat CEF_2
public static final EnumFormat FITS
public static final EnumFormat GIF
public static final EnumFormat HDF
public static final EnumFormat HDF_4
public static final EnumFormat HDF_5
public static final EnumFormat HTML
public static final EnumFormat IDFS
public static final EnumFormat IDL
public static final EnumFormat JPEG
public static final EnumFormat MATLAB_4
public static final EnumFormat MATLAB_6
public static final EnumFormat MATLAB_7
public static final EnumFormat MPEG
public static final EnumFormat NCAR
public static final EnumFormat NET_CDF
public static final EnumFormat PDF
public static final EnumFormat PNG
public static final EnumFormat POSTSCRIPT
public static final EnumFormat QUICK_TIME
public static final EnumFormat TEXT
public static final EnumFormat TIFF
public static final EnumFormat UDF
public static final EnumFormat VO_TABLE
public static final EnumFormat XML
| Method Detail |
|---|
public static final EnumFormat[] values()
for(EnumFormat c : EnumFormat.values())
System.out.println(c);
public static EnumFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String value()
public static EnumFormat fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||