|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TreatType>
net.talvi.puffinplot.data.TreatType
public enum TreatType
A type of treatment applied to a sample. The most common are alternating-field and heating.
Enum Constant Summary | |
---|---|
ARM
anhysteretic remanent magnetization: alternating-field treatment with a DC biasing field |
|
DEGAUSS_XYZ
static alternating-field treatment along three orthogonal axes |
|
DEGAUSS_Z
static alternating-field treatment along one axis |
|
IRM
isothermal remanent magnetization: a pulsed non-alternating field |
|
NONE
no treatment applied |
|
THERMAL
heating |
|
UNKNOWN
unknown treatment type |
Method Summary | |
---|---|
java.lang.String |
getAxisLabel()
Returns the axis label to use when plotting a graph involving this treatment. |
java.lang.String |
getNiceName()
Returns a user-friendly name for this treatment. |
java.lang.String |
getUnit()
The units in which this treatment is quantified. |
boolean |
involvesAf()
|
static TreatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TreatType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TreatType NONE
public static final TreatType DEGAUSS_XYZ
public static final TreatType DEGAUSS_Z
public static final TreatType ARM
public static final TreatType IRM
public static final TreatType THERMAL
public static final TreatType UNKNOWN
Method Detail |
---|
public static TreatType[] values()
for (TreatType c : TreatType.values()) System.out.println(c);
public static TreatType 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getNiceName()
public java.lang.String getAxisLabel()
public java.lang.String getUnit()
public boolean involvesAf()
true
if this treatment involves application of
an alternating magnetic field
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |