public class Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static Reference |
createReference(java.lang.String refType,
java.lang.String refId)
Create a reference with default ID.
|
static Reference |
createReference(java.lang.String id,
java.lang.String refType,
java.lang.String refId)
Create a reference.
|
public static Reference createReference(java.lang.String refType, java.lang.String refId)
refType
- the type of the referenced object.refId
- the id of the referenced object.public static Reference createReference(java.lang.String id, java.lang.String refType, java.lang.String refId)
id
- the id of the reference.refType
- the type of the referenced object.refId
- refId the id of the referenced object.<IBM Copyright © 2018 IBM Corp. All Rights Reserved.