public static final class Path.Segment extends Object implements Serializable
| Constructor and Description |
|---|
Segment(SegmentType elementType,
String entityId) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementTypeVisitor<R,P> visitor,
P parameter) |
boolean |
equals(Object o) |
static Path.Segment |
from(String string) |
String |
getElementId() |
SegmentType |
getElementType() |
int |
hashCode() |
String |
toString() |
public Segment(SegmentType elementType, String entityId)
public static Path.Segment from(String string)
public <R,P> R accept(ElementTypeVisitor<R,P> visitor, P parameter)
public String getElementId()
public SegmentType getElementType()
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.