org.spase.parser122
Enum EnumParticleQualifier

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

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

Java class for enumParticleQualifier.

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

 <simpleType name="enumParticleQualifier">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Anisotropy"/>
     <enumeration value="Array"/>
     <enumeration value="Average"/>
     <enumeration value="Characteristic"/>
     <enumeration value="Component"/>
     <enumeration value="Component.Phi"/>
     <enumeration value="Component.R"/>
     <enumeration value="Component.Theta"/>
     <enumeration value="Component.X"/>
     <enumeration value="Component.Y"/>
     <enumeration value="Component.Z"/>
     <enumeration value="Deviation"/>
     <enumeration value="Differential"/>
     <enumeration value="Fit"/>
     <enumeration value="Integral"/>
     <enumeration value="Magnitude"/>
     <enumeration value="Moment"/>
     <enumeration value="Parallel"/>
     <enumeration value="Peak"/>
     <enumeration value="Perpendicular"/>
     <enumeration value="Ratio"/>
     <enumeration value="Scalar"/>
     <enumeration value="StandardDeviation"/>
     <enumeration value="Tensor"/>
     <enumeration value="Uncertainty"/>
     <enumeration value="Variance"/>
     <enumeration value="Vector"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
ANISOTROPY
          Direction-dependent property.
ARRAY
          A sequence of values corresponding to the elements in a rectilinear, n-dimension matrix.
AVERAGE
          The statistical mean; the sum of a set of values divided by the number of values in the set.
CHARACTERISTIC
          A quanity which can be easily identified and measured in a given environment.
COMPONENT
          A part of a multi-part entity, e.g., the components of a vector.
COMPONENT_PHI
          The angle between the meridian of a vector and the zero meridian of the coordinate system in which the vector is expressed.
COMPONENT_R
          The component of a vector in the radial direction from the center of the coordinate system.
COMPONENT_THETA
          For spatial points, the angular distance from a meridian normal to the equator.
COMPONENT_X
          The component of a vector along the X-axis in a cartessian coordinate system.
COMPONENT_Y
          The component of a vector along the Y-axis in a cartessian coordinate system.
COMPONENT_Z
          The component of a vector along the Z-axis in a cartessian coordinate system.
DEVIATION
          The difference between an observed value and the expected value of a quantity.
DIFFERENTIAL
          A flux measurement within a given energy and solid-angle range.
FIT
          Values that make an model agree with the data.
INTEGRAL
          The summation of values above a given threshold and over area or solid-angle range.
MAGNITUDE
          A measure of the strength or size of a vector quantity.
MOMENT
          Parameters determined by integration over a distribution function convolved with a power of velocity.
PARALLEL
          Having the same direction as a given direction
PEAK
          The maximum value for the quantity in question, over a period of time which is usually equal to the cadence.
PERPENDICULAR
          At right angles to a given direction.
RATIO
          The relative magnitudes of two quantities.
SCALAR
          A quantity that is completely specified by its magnitude and has no direction.
STANDARD_DEVIATION
          The square root of the average of the squares of deviations about the mean of a set of data.
TENSOR
          A generalized linear "quantity" or "geometrical entity" that can be expressed as a multi-dimensional array relative to a choice of basis of the particular space on which it is defined.
UNCERTAINTY
          A statistically defined discrepancy between a measured quantity and the true value of that quantity that cannot be corrected by calculation or calibration.
VARIANCE
          A measure of dispersion of a set of data points around their mean value.
VECTOR
          A set of parameter values each along some independent variable (e.g., components of a field in three orthogonal spatial directions; atmospheric temperature values at several altitudes, or at a given latitude and longitude;).
 
Method Summary
static EnumParticleQualifier fromValue(java.lang.String v)
           
 java.lang.String value()
           
static EnumParticleQualifier valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumParticleQualifier[] 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

ANISOTROPY

public static final EnumParticleQualifier ANISOTROPY
Direction-dependent property.


ARRAY

public static final EnumParticleQualifier ARRAY
A sequence of values corresponding to the elements in a rectilinear, n-dimension matrix. Each value can be referenced by a unique index.


AVERAGE

public static final EnumParticleQualifier AVERAGE
The statistical mean; the sum of a set of values divided by the number of values in the set.


CHARACTERISTIC

public static final EnumParticleQualifier CHARACTERISTIC
A quanity which can be easily identified and measured in a given environment.


COMPONENT

public static final EnumParticleQualifier COMPONENT
A part of a multi-part entity, e.g., the components of a vector.


COMPONENT_PHI

public static final EnumParticleQualifier COMPONENT_PHI
The angle between the meridian of a vector and the zero meridian of the coordinate system in which the vector is expressed. Equivalently, the angle between the projection of a position or measured vector into the X-Y plane and X-axis in the coordinate system in which the vector is expressed. Also referred to as the azimuthal angle or "longitude". Mathematically: Phi = arctan(y/x)


COMPONENT_R

public static final EnumParticleQualifier COMPONENT_R
The component of a vector in the radial direction from the center of the coordinate system.


COMPONENT_THETA

public static final EnumParticleQualifier COMPONENT_THETA
For spatial points, the angular distance from a meridian normal to the equator. Also referred to as the zenith angle or "latitude". As a "latitude" angles range from +90 to -90 with zero at the equator and positive angles are in the direction designated as "North." An alternate range of values is often called "co-latitude" where values range from 0 to +180 as measured from the "north" pole. Mathematically: Theta = arctan(sqrt(x^2 + y^2)/z)


COMPONENT_X

public static final EnumParticleQualifier COMPONENT_X
The component of a vector along the X-axis in a cartessian coordinate system.


COMPONENT_Y

public static final EnumParticleQualifier COMPONENT_Y
The component of a vector along the Y-axis in a cartessian coordinate system.


COMPONENT_Z

public static final EnumParticleQualifier COMPONENT_Z
The component of a vector along the Z-axis in a cartessian coordinate system.


DEVIATION

public static final EnumParticleQualifier DEVIATION
The difference between an observed value and the expected value of a quantity.


DIFFERENTIAL

public static final EnumParticleQualifier DIFFERENTIAL
A flux measurement within a given energy and solid-angle range.


FIT

public static final EnumParticleQualifier FIT
Values that make an model agree with the data.


INTEGRAL

public static final EnumParticleQualifier INTEGRAL
The summation of values above a given threshold and over area or solid-angle range.


MAGNITUDE

public static final EnumParticleQualifier MAGNITUDE
A measure of the strength or size of a vector quantity.


MOMENT

public static final EnumParticleQualifier MOMENT
Parameters determined by integration over a distribution function convolved with a power of velocity.


PARALLEL

public static final EnumParticleQualifier PARALLEL
Having the same direction as a given direction


PEAK

public static final EnumParticleQualifier PEAK
The maximum value for the quantity in question, over a period of time which is usually equal to the cadence.


PERPENDICULAR

public static final EnumParticleQualifier PERPENDICULAR
At right angles to a given direction.


RATIO

public static final EnumParticleQualifier RATIO
The relative magnitudes of two quantities.


SCALAR

public static final EnumParticleQualifier SCALAR
A quantity that is completely specified by its magnitude and has no direction.


STANDARD_DEVIATION

public static final EnumParticleQualifier STANDARD_DEVIATION
The square root of the average of the squares of deviations about the mean of a set of data. Standard deviation is a statistical measure of spread or variability.


TENSOR

public static final EnumParticleQualifier TENSOR
A generalized linear "quantity" or "geometrical entity" that can be expressed as a multi-dimensional array relative to a choice of basis of the particular space on which it is defined.


UNCERTAINTY

public static final EnumParticleQualifier UNCERTAINTY
A statistically defined discrepancy between a measured quantity and the true value of that quantity that cannot be corrected by calculation or calibration.


VARIANCE

public static final EnumParticleQualifier VARIANCE
A measure of dispersion of a set of data points around their mean value. The expectation value of the squared deviations from the mean.


VECTOR

public static final EnumParticleQualifier VECTOR
A set of parameter values each along some independent variable (e.g., components of a field in three orthogonal spatial directions; atmospheric temperature values at several altitudes, or at a given latitude and longitude;).

Method Detail

values

public static final EnumParticleQualifier[] 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(EnumParticleQualifier c : EnumParticleQualifier.values())
        System.out.println(c);

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

valueOf

public static EnumParticleQualifier 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 EnumParticleQualifier fromValue(java.lang.String v)