public final class OperationType extends Entity
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationType.Blueprint |
| Modifier and Type | Field and Description |
|---|---|
static SegmentType |
SEGMENT_TYPE |
properties| Constructor and Description |
|---|
OperationType(CanonicalPath path) |
OperationType(CanonicalPath path,
Map<String,Object> properties) |
OperationType(String name,
CanonicalPath path) |
OperationType(String name,
CanonicalPath path,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(ElementVisitor<R,P> visitor,
P parameter)
Accepts the provided visitor.
|
appendToString, entityTypeFromSegmentType, getName, toString, typeFromSegmentTypeequals, getId, getPath, getProperties, hashCode, segmentTypeFromType, toElementClasspublic static final SegmentType SEGMENT_TYPE
public OperationType(CanonicalPath path)
public OperationType(String name, CanonicalPath path)
public OperationType(CanonicalPath path, Map<String,Object> properties)
public OperationType(String name, CanonicalPath path, Map<String,Object> properties)
public <R,P> R accept(ElementVisitor<R,P> visitor, P parameter)
AbstractElementaccept in class AbstractElementR - the return typeP - the type of the parametervisitor - the visitor to visit this entityparameter - the parameter to pass on to the visitorCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.