|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumFieldQualifier>
org.spase.parser121.EnumFieldQualifier
public enum EnumFieldQualifier
Java class for enumFieldQualifier.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumFieldQualifier">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Array"/>
<enumeration value="Average"/>
<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="Magnitude"/>
<enumeration value="Parallel"/>
<enumeration value="Peak"/>
<enumeration value="Perpendicular"/>
<enumeration value="PhaseAngle"/>
<enumeration value="Scalar"/>
<enumeration value="StandardDeviation"/>
<enumeration value="Tensor"/>
<enumeration value="Uncertainty"/>
<enumeration value="Variance"/>
<enumeration value="Vector"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
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. |
|
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. |
|
MAGNITUDE
A measure of the strength or size of a vector quantity. |
|
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. |
|
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 EnumFieldQualifier |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumFieldQualifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumFieldQualifier[] |
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 EnumFieldQualifier ARRAY
public static final EnumFieldQualifier AVERAGE
public static final EnumFieldQualifier COMPONENT
public static final EnumFieldQualifier COMPONENT_PHI
public static final EnumFieldQualifier COMPONENT_R
public static final EnumFieldQualifier COMPONENT_THETA
public static final EnumFieldQualifier COMPONENT_X
public static final EnumFieldQualifier COMPONENT_Y
public static final EnumFieldQualifier COMPONENT_Z
public static final EnumFieldQualifier DEVIATION
public static final EnumFieldQualifier MAGNITUDE
public static final EnumFieldQualifier PARALLEL
public static final EnumFieldQualifier PEAK
public static final EnumFieldQualifier PERPENDICULAR
public static final EnumFieldQualifier PHASE_ANGLE
public static final EnumFieldQualifier SCALAR
public static final EnumFieldQualifier STANDARD_DEVIATION
public static final EnumFieldQualifier TENSOR
public static final EnumFieldQualifier UNCERTAINTY
public static final EnumFieldQualifier VARIANCE
public static final EnumFieldQualifier VECTOR
| Method Detail |
|---|
public static final EnumFieldQualifier[] values()
for(EnumFieldQualifier c : EnumFieldQualifier.values())
System.out.println(c);
public static EnumFieldQualifier 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 EnumFieldQualifier fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||