Package adams.data.io.output.foss
Enum FossOutputHelper.InstrumentHeader.InstrumentType
- java.lang.Object
-
- java.lang.Enum<FossOutputHelper.InstrumentHeader.InstrumentType>
-
- adams.data.io.output.foss.FossOutputHelper.InstrumentHeader.InstrumentType
-
- All Implemented Interfaces:
Serializable
,Comparable<FossOutputHelper.InstrumentHeader.InstrumentType>
- Enclosing class:
- FossOutputHelper.InstrumentHeader
public static enum FossOutputHelper.InstrumentHeader.InstrumentType extends Enum<FossOutputHelper.InstrumentHeader.InstrumentType>
Type of FOSS instrument.- Author:
- dale
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
Get file code for instrument type.static FossOutputHelper.InstrumentHeader.InstrumentType
valueOf(String name)
Returns the enum constant of this type with the specified name.static FossOutputHelper.InstrumentHeader.InstrumentType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SER_4250
public static final FossOutputHelper.InstrumentHeader.InstrumentType SER_4250
-
SER_51A
public static final FossOutputHelper.InstrumentHeader.InstrumentType SER_51A
-
SIC_4250
public static final FossOutputHelper.InstrumentHeader.InstrumentType SIC_4250
-
SIC_6250
public static final FossOutputHelper.InstrumentHeader.InstrumentType SIC_6250
-
SIC_6250V
public static final FossOutputHelper.InstrumentHeader.InstrumentType SIC_6250V
-
PARALLEL_6250
public static final FossOutputHelper.InstrumentHeader.InstrumentType PARALLEL_6250
-
PARALLEL_6250V
public static final FossOutputHelper.InstrumentHeader.InstrumentType PARALLEL_6250V
-
BL_500
public static final FossOutputHelper.InstrumentHeader.InstrumentType BL_500
-
BL_400
public static final FossOutputHelper.InstrumentHeader.InstrumentType BL_400
-
SIC_6500
public static final FossOutputHelper.InstrumentHeader.InstrumentType SIC_6500
-
SIC_5500
public static final FossOutputHelper.InstrumentHeader.InstrumentType SIC_5500
-
SIC_5000
public static final FossOutputHelper.InstrumentHeader.InstrumentType SIC_5000
-
SIC_4500
public static final FossOutputHelper.InstrumentHeader.InstrumentType SIC_4500
-
INFRATEC
public static final FossOutputHelper.InstrumentHeader.InstrumentType INFRATEC
-
-
Method Detail
-
values
public static FossOutputHelper.InstrumentHeader.InstrumentType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (FossOutputHelper.InstrumentHeader.InstrumentType c : FossOutputHelper.InstrumentHeader.InstrumentType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FossOutputHelper.InstrumentHeader.InstrumentType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
public int getCode()
Get file code for instrument type.- Returns:
- code
-
-