|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumQualifier>
org.spase.parser134.EnumQualifier
public enum EnumQualifier
Java class for enumQualifier.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumQualifier">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Anisotropy"/>
<enumeration value="Average"/>
<enumeration value="Characteristic"/>
<enumeration value="Circular"/>
<enumeration value="Column"/>
<enumeration value="Component"/>
<enumeration value="Component.I"/>
<enumeration value="Component.J"/>
<enumeration value="Component.K"/>
<enumeration value="CrossSpectrum"/>
<enumeration value="Deviation"/>
<enumeration value="Differential"/>
<enumeration value="DirectionAngle"/>
<enumeration value="DirectionAngle.AzimuthAngle"/>
<enumeration value="DirectionAngle.ElevationAngle"/>
<enumeration value="DirectionAngle.PolarAngle"/>
<enumeration value="Fit"/>
<enumeration value="Integral"/>
<enumeration value="LineOfSight"/>
<enumeration value="Linear"/>
<enumeration value="Magnitude"/>
<enumeration value="Moment"/>
<enumeration value="Parallel"/>
<enumeration value="Peak"/>
<enumeration value="Perpendicular"/>
<enumeration value="PhaseAngle"/>
<enumeration value="Projection"/>
<enumeration value="Projection.IJ"/>
<enumeration value="Projection.IK"/>
<enumeration value="Projection.JK"/>
<enumeration value="Pseudo"/>
<enumeration value="Ratio"/>
<enumeration value="Scalar"/>
<enumeration value="StandardDeviation"/>
<enumeration value="StokesParameters"/>
<enumeration value="Symmetric"/>
<enumeration value="Tensor"/>
<enumeration value="Trace"/>
<enumeration value="Uncertainty"/>
<enumeration value="Variance"/>
<enumeration value="Vector"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ANISOTROPY
Direction-dependent property. |
|
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. |
|
CIRCULAR
Relative to polarization, right-hand circularly polarized light is defined such that the electric field is rotating clockwise as seen by an observer towards whom the wave is moving. |
|
COLUMN
A two-dimensional measure of a quantity. |
|
COMPONENT
Projection of a vector along one of the base axes of a coordinate system. |
|
COMPONENT_I
Projection of a vector along the first named axis of a coordinate system. |
|
COMPONENT_J
Projection of a vector along the second named axis of a coordinate system. |
|
COMPONENT_K
Projection of a vector along the third named axis of a coordinate system. |
|
CROSS_SPECTRUM
The Fourier transform of the cross correlation of two physical or empirical observations. |
|
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. |
|
DIRECTION_ANGLE
The angle between a position vector or measured vector (or one of its projections onto a plane) and one of the base axes of the coordinate system. |
|
DIRECTION_ANGLE_AZIMUTH_ANGLE
The angle between the projection into the x-y plane of a position or measured vector and the x axis of the coordinate system. |
|
DIRECTION_ANGLE_ELEVATION_ANGLE
The angle between the position or measured vector and the XY plane of the coordinate system. |
|
DIRECTION_ANGLE_POLAR_ANGLE
The angle between the position or measured vector and the Z axis of the coordinate system. |
|
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. |
|
LINE_OF_SIGHT
The line of sight is the line that connects the observer with the observed object. |
|
LINEAR
Polarization where the E-field vector is confined to a given plane |
|
MAGNITUDE
A measure of the strength of a vector quantity or length of its representational vector. |
|
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. |
|
PHASE_ANGLE
Phase difference between two or more waves, normally expressed in degrees. |
|
PROJECTION
A measure of the length of a position or measured vector as projected into a plane of the coordinate system. |
|
PROJECTION_IJ
A measure of the length of a position or measured vector projected into the i-j (typically X-Y) plane of the coordinate system. |
|
PROJECTION_IK
A measure of the length of a position or measured vector projected into the i-k (typically X-Z) plane of the coordinate system. |
|
PROJECTION_JK
A measure of the length of a position or measured vector projected into the j-k (typically Y-Z) plane of the coordinate system. |
|
PSEUDO
Similiar to or having the appearance of something else. |
|
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. |
|
STOKES_PARAMETERS
The four coordinates (usually called I, Q, U, and V) relative to a particular basis for the representation of the polarization state of an electromagnetic wave propagating through space. |
|
SYMMETRIC
Equal distribution about one or more axes. |
|
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. |
|
TRACE
The sum of the elements on the main diagonal (the diagonal from the upper left to the lower right) of a square matrix. |
|
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 EnumQualifier |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumQualifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumQualifier[] |
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 EnumQualifier ANISOTROPY
public static final EnumQualifier AVERAGE
public static final EnumQualifier CHARACTERISTIC
public static final EnumQualifier CIRCULAR
public static final EnumQualifier COLUMN
public static final EnumQualifier COMPONENT
public static final EnumQualifier COMPONENT_I
public static final EnumQualifier COMPONENT_J
public static final EnumQualifier COMPONENT_K
public static final EnumQualifier CROSS_SPECTRUM
public static final EnumQualifier DEVIATION
public static final EnumQualifier DIFFERENTIAL
public static final EnumQualifier DIRECTION_ANGLE
public static final EnumQualifier DIRECTION_ANGLE_AZIMUTH_ANGLE
public static final EnumQualifier DIRECTION_ANGLE_ELEVATION_ANGLE
public static final EnumQualifier DIRECTION_ANGLE_POLAR_ANGLE
public static final EnumQualifier FIT
public static final EnumQualifier INTEGRAL
public static final EnumQualifier LINE_OF_SIGHT
public static final EnumQualifier LINEAR
public static final EnumQualifier MAGNITUDE
public static final EnumQualifier MOMENT
public static final EnumQualifier PARALLEL
public static final EnumQualifier PEAK
public static final EnumQualifier PERPENDICULAR
public static final EnumQualifier PHASE_ANGLE
public static final EnumQualifier PROJECTION
public static final EnumQualifier PROJECTION_IJ
public static final EnumQualifier PROJECTION_IK
public static final EnumQualifier PROJECTION_JK
public static final EnumQualifier PSEUDO
public static final EnumQualifier RATIO
public static final EnumQualifier SCALAR
public static final EnumQualifier STANDARD_DEVIATION
public static final EnumQualifier STOKES_PARAMETERS
public static final EnumQualifier SYMMETRIC
public static final EnumQualifier TENSOR
public static final EnumQualifier TRACE
public static final EnumQualifier UNCERTAINTY
public static final EnumQualifier VARIANCE
public static final EnumQualifier VECTOR
| Method Detail |
|---|
public static final EnumQualifier[] values()
for(EnumQualifier c : EnumQualifier.values())
System.out.println(c);
public static EnumQualifier 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 EnumQualifier fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||