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