com.ibm.tivoli.maximo.asset.topology.util

Class MBOString

  • java.lang.Object
    • com.ibm.tivoli.maximo.asset.topology.util.MBOString


  • public class MBOString
    extends java.lang.Object
    Simple util to retrieve string data from MBO.
    Since:
    telco inception
    • Constructor Summary

      Constructors 
      Constructor and Description
      MBOString() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getString(MboRemote mbo, java.lang.String mboattr, int datatype)
      Return any type of mbo value as a string
      • Methods inherited from class java.lang.Object

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

      • MBOString

        public MBOString()
    • Method Detail

      • getString

        public static java.lang.String getString(MboRemote mbo,
                                                 java.lang.String mboattr,
                                                 int datatype)
                                          throws java.rmi.RemoteException,
                                                 MXException
        Return any type of mbo value as a string
        Parameters:
        mbo -
        mboattr -
        maxType -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException