public static enum ISALocation.Layer extends Enum<ISALocation.Layer>
Enum Constant and Description |
---|
ASSAY |
DATA_FILE |
INVESTIGATION |
MATERIAL |
STUDY |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static ISALocation.Layer |
fromString(String s) |
static ISALocation.Layer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISALocation.Layer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISALocation.Layer INVESTIGATION
public static final ISALocation.Layer STUDY
public static final ISALocation.Layer ASSAY
public static final ISALocation.Layer MATERIAL
public static final ISALocation.Layer DATA_FILE
public static final ISALocation.Layer UNDEFINED
public static ISALocation.Layer[] values()
for (ISALocation.Layer c : ISALocation.Layer.values()) System.out.println(c);
public static ISALocation.Layer valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ISALocation.Layer fromString(String s)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.