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