Package com.ibm.dbb.build.report
Class Util
- java.lang.Object
-
- com.ibm.dbb.build.report.Util
-
public class Util extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
createReference
public static Reference createReference(java.lang.String refType, java.lang.String refId)
Create a reference with default ID. The ID is in the form of "REFERENCE_xxx" where xxx is a unique generated number.- Parameters:
refType
- the type of the referenced object.refId
- the id of the referenced object.- Returns:
- the reference of the object.
-
createReference
public static Reference createReference(java.lang.String id, java.lang.String refType, java.lang.String refId)
Create a reference.- Parameters:
id
- the id of the reference.refType
- the type of the referenced object.refId
- refId the id of the referenced object.- Returns:
- the reference of the object.
-
-