| Modifier and Type | Method and Description |
|---|---|
TopicPath.Criterion |
TopicPath.getCriterion()
Returns the criterion part of this
TopicPath. |
static TopicPath.Criterion |
TopicPath.Criterion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicPath.Criterion[] |
TopicPath.Criterion.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.Criterion> |
TopicPath.Criterion.forName(String name)
Creates a Criterion from the passed Criterion
name if such an enum value exists, otherwise an empty
Optional. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.