|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumStructureType>
org.spase.parser121.EnumStructureType
public enum EnumStructureType
Java class for enumStructureType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumStructureType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Array"/>
<enumeration value="Scalar"/>
<enumeration value="Tensor"/>
<enumeration value="Vector"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ARRAY
A sequence of values corresponding to the elements in a rectilinear, n-dimension matrix. |
|
SCALAR
A quantity that is completely specified by its magnitude and has no direction. |
|
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. |
|
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 EnumStructureType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumStructureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumStructureType[] |
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 EnumStructureType ARRAY
public static final EnumStructureType SCALAR
public static final EnumStructureType TENSOR
public static final EnumStructureType VECTOR
| Method Detail |
|---|
public static final EnumStructureType[] values()
for(EnumStructureType c : EnumStructureType.values())
System.out.println(c);
public static EnumStructureType 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 EnumStructureType fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||