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 and Description
      Util() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Util

        public Util()
    • 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.

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.