public static enum JobIndexingMessageEnricher.JobIndexing.EventProps extends Enum<JobIndexingMessageEnricher.JobIndexing.EventProps>
| Enum Constant and Description |
|---|
job_orgfolder_indexing_result |
job_orgfolder_indexing_status |
| Modifier and Type | Method and Description |
|---|---|
static JobIndexingMessageEnricher.JobIndexing.EventProps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobIndexingMessageEnricher.JobIndexing.EventProps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobIndexingMessageEnricher.JobIndexing.EventProps job_orgfolder_indexing_status
public static final JobIndexingMessageEnricher.JobIndexing.EventProps job_orgfolder_indexing_result
public static JobIndexingMessageEnricher.JobIndexing.EventProps[] values()
for (JobIndexingMessageEnricher.JobIndexing.EventProps c : JobIndexingMessageEnricher.JobIndexing.EventProps.values()) System.out.println(c);
public static JobIndexingMessageEnricher.JobIndexing.EventProps 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 © 2016–2017. All rights reserved.