| Modifier and Type | Method and Description |
|---|---|
static TopicPath.Action |
TopicPath.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicPath.Action[] |
TopicPath.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<TopicPath.Action> |
TopicPath.Action.forName(String name)
Creates a Action from the passed Action
name if such an enum value exists, otherwise an empty
Optional. |
Optional<TopicPath.Action> |
TopicPath.getAction()
Returns an
Optional for an action part of this TopicPath. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.