public static enum AggregateResources.TopicEntity extends Enum<AggregateResources.TopicEntity>
| Enum Constant and Description |
|---|
aggregate |
command_request |
command_response |
command_response_topic_map |
event |
| Modifier and Type | Method and Description |
|---|---|
static AggregateResources.TopicEntity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateResources.TopicEntity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregateResources.TopicEntity command_request
public static final AggregateResources.TopicEntity event
public static final AggregateResources.TopicEntity aggregate
public static final AggregateResources.TopicEntity command_response
public static final AggregateResources.TopicEntity command_response_topic_map
public static AggregateResources.TopicEntity[] values()
for (AggregateResources.TopicEntity c : AggregateResources.TopicEntity.values()) System.out.println(c);
public static AggregateResources.TopicEntity 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 © 2019. All rights reserved.