public static enum Acquisition.AttachmentCategory extends Enum<Acquisition.AttachmentCategory>
| Enum Constant and Description |
|---|
Channel |
CrossSection |
Inspection |
InventoryControl |
LevelSurvey |
LocationPhoto |
Measurement |
None |
Notes |
Site |
| Modifier and Type | Method and Description |
|---|---|
static Acquisition.AttachmentCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Acquisition.AttachmentCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Acquisition.AttachmentCategory None
public static final Acquisition.AttachmentCategory LocationPhoto
public static final Acquisition.AttachmentCategory Notes
public static final Acquisition.AttachmentCategory Site
public static final Acquisition.AttachmentCategory Channel
public static final Acquisition.AttachmentCategory Measurement
public static final Acquisition.AttachmentCategory CrossSection
public static final Acquisition.AttachmentCategory Inspection
public static final Acquisition.AttachmentCategory InventoryControl
public static final Acquisition.AttachmentCategory LevelSurvey
public static Acquisition.AttachmentCategory[] values()
for (Acquisition.AttachmentCategory c : Acquisition.AttachmentCategory.values()) System.out.println(c);
public static Acquisition.AttachmentCategory 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 nullCopyright © 2022. All rights reserved.