public static enum SoVRSegyTraceHeaderBytePosition.TraceByteFormats extends java.lang.Enum<SoVRSegyTraceHeaderBytePosition.TraceByteFormats> implements IntegerValuedEnum
Enum Constant and Description |
---|
SEGY_IBM_FLOAT_FORMAT
Field format is IBM float.
|
SEGY_IEEE_FLOAT_FORMAT
Field format is IEEE float.
|
SEGY_INTEGER16_FORMAT
Field format is integer 16 bits.
|
SEGY_INTEGER32_FORMAT
Field format is integer 32 bits.
|
SEGY_INTEGER8_FORMAT
Field format is integer 8 bits.
|
Modifier and Type | Method and Description |
---|---|
static SoVRSegyTraceHeaderBytePosition.TraceByteFormats |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoVRSegyTraceHeaderBytePosition.TraceByteFormats |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoVRSegyTraceHeaderBytePosition.TraceByteFormats |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoVRSegyTraceHeaderBytePosition.TraceByteFormats[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoVRSegyTraceHeaderBytePosition.TraceByteFormats SEGY_INTEGER8_FORMAT
public static final SoVRSegyTraceHeaderBytePosition.TraceByteFormats SEGY_INTEGER16_FORMAT
public static final SoVRSegyTraceHeaderBytePosition.TraceByteFormats SEGY_INTEGER32_FORMAT
public static final SoVRSegyTraceHeaderBytePosition.TraceByteFormats SEGY_IBM_FLOAT_FORMAT
public static final SoVRSegyTraceHeaderBytePosition.TraceByteFormats SEGY_IEEE_FLOAT_FORMAT
public static SoVRSegyTraceHeaderBytePosition.TraceByteFormats[] values()
for (SoVRSegyTraceHeaderBytePosition.TraceByteFormats c : SoVRSegyTraceHeaderBytePosition.TraceByteFormats.values()) System.out.println(c);
public static SoVRSegyTraceHeaderBytePosition.TraceByteFormats 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 namejava.lang.NullPointerException
- if the argument is null@Deprecated public static SoVRSegyTraceHeaderBytePosition.TraceByteFormats fromValue(int val)
valueOf(int)
instead.public static SoVRSegyTraceHeaderBytePosition.TraceByteFormats valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com