public class LineTypeMapper extends Object
| Constructor and Description |
|---|
LineTypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
mapLineTypeToRelationshipTypeGuid(LineType lineType)
Map lineType to relationship type guid.
|
static LineType |
mapRelationshipTypeGuidToLineType(String guid)
convert an relationship type guid to a LineType
|
public static String mapLineTypeToRelationshipTypeGuid(LineType lineType) throws InvalidParameterException
lineType - lineType this is the type of node that is exposed in the nodetype APIInvalidParameterException - one of the parameters is null or invalid.Copyright © 2018–2019 ODPi. All rights reserved.