|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumPhotonQualifier>
org.spase.parser122.EnumPhotonQualifier
public enum EnumPhotonQualifier
Java class for enumPhotonQualifier.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumPhotonQualifier">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Array"/>
<enumeration value="Average"/>
<enumeration value="Circular"/>
<enumeration value="LineofSight"/>
<enumeration value="Linear"/>
<enumeration value="Peak"/>
<enumeration value="Scalar"/>
<enumeration value="StandardDeviation"/>
<enumeration value="StokesParameters"/>
<enumeration value="Uncertainty"/>
<enumeration value="Variance"/>
</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. |
|
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. |
|
LINEAR
Relative to polarization, confinement of the E-field vector to a given plane |
|
LINEOF_SIGHT
The line of sight is the line that connects the observer with the observed object. |
|
PEAK
The maximum value for the quantity in question, over a period of time which is usually equal to the cadence. |
|
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. |
|
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. |
|
| Method Summary | |
|---|---|
static EnumPhotonQualifier |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumPhotonQualifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumPhotonQualifier[] |
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 EnumPhotonQualifier ARRAY
public static final EnumPhotonQualifier AVERAGE
public static final EnumPhotonQualifier CIRCULAR
public static final EnumPhotonQualifier LINEOF_SIGHT
public static final EnumPhotonQualifier LINEAR
public static final EnumPhotonQualifier PEAK
public static final EnumPhotonQualifier SCALAR
public static final EnumPhotonQualifier STANDARD_DEVIATION
public static final EnumPhotonQualifier STOKES_PARAMETERS
public static final EnumPhotonQualifier UNCERTAINTY
public static final EnumPhotonQualifier VARIANCE
| Method Detail |
|---|
public static final EnumPhotonQualifier[] values()
for(EnumPhotonQualifier c : EnumPhotonQualifier.values())
System.out.println(c);
public static EnumPhotonQualifier 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 EnumPhotonQualifier fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||