Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.util.MaxType

  • Packages that use MaxType 
    Package Description
    com.ibm.tivoli.maximo.expression  
    com.ibm.tivoli.maximo.fdmbo  
    com.ibm.tivoli.maximo.script  
    com.ibm.tivoli.oslc.error  
    psdi.app.assetcatalog
    The Asset Catalog package includes MBOs for the setup of class structures and class specifications.
    psdi.mbo  
    psdi.util  
    • Uses of MaxType in com.ibm.tivoli.maximo.expression

      Methods in com.ibm.tivoli.maximo.expression with parameters of type MaxType 
      Modifier and Type Method and Description
      java.math.BigDecimal ExpressionContext.getValueFromMaxType(MaxType maxType) 
    • Uses of MaxType in com.ibm.tivoli.maximo.fdmbo

      Methods in com.ibm.tivoli.maximo.fdmbo with parameters of type MaxType 
      Modifier and Type Method and Description
      void JSONMbo.setValue(java.lang.String attributeName, MaxType mboValue, long accessModifier) 
    • Uses of MaxType in com.ibm.tivoli.maximo.script

      Methods in com.ibm.tivoli.maximo.script with parameters of type MaxType 
      Modifier and Type Method and Description
      static java.lang.Object ScriptUtil.getValueFromMaxType(MaxType maxType) 
    • Uses of MaxType in com.ibm.tivoli.oslc.error

      Methods in com.ibm.tivoli.oslc.error with parameters of type MaxType 
      Modifier and Type Method and Description
      void OslcErrorResponse.setErrorMeta(java.lang.String attrName, java.lang.String objPath, java.lang.String apiCorrelationId, MaxType errAttrValue) 
    • Uses of MaxType in psdi.app.assetcatalog

      Methods in psdi.app.assetcatalog with parameters of type MaxType 
      Modifier and Type Method and Description
      void SpecificationMbo.setValue(java.lang.String attributeName, MaxType mboValue, long accessModifier)
      Override the frame work method as the mbo copy method calls setValue passing in the MaxType.
    • Uses of MaxType in psdi.mbo

      Fields in psdi.mbo declared as MaxType 
      Modifier and Type Field and Description
      protected MaxType MboValue.currentValue
      Current value of the field
      Methods in psdi.mbo that return MaxType 
      Modifier and Type Method and Description
      MaxType MboValueData.getClonedMaxType()
      Returns a cloned copy of the MaxType object corresponding to this MboValueData Object.
      MaxType MboValue.getCurrentValue()
      Return the current field value as a MaxType object
      MaxType MboValue.getInitialValue()
      Return the initial field value as a MaxType object
      MaxType MboRemote.getInitialValue(java.lang.String attributeName) 
      MaxType Mbo.getInitialValue(java.lang.String attributeName) 
      MaxType MboValue.getMaxType()
      Get a clone of the MaxType object of the current MboValue.
      MaxType MboRemote.getMboInitialValue(java.lang.String name) 
      MaxType Mbo.getMboInitialValue(java.lang.String name)
      Returns the MaxType (initial value) object given the column name.
      MaxType MboValue.getPreviousValue()
      Return the previous field value as a MaxType object
      Methods in psdi.mbo with parameters of type MaxType 
      Modifier and Type Method and Description
      void MboRemote.setValue(java.lang.String attributeName, MaxType value, long accessModifier) 
      void Mbo.setValue(java.lang.String attributeName, MaxType mboValue, long accessModifier)
      Set the value based on the MaxType object passed in.
    • Uses of MaxType in psdi.util

      Subclasses of MaxType in psdi.util 
      Modifier and Type Class and Description
      class  MaxTypeALN 
      class  MaxTypeAMOUNT 
      class  MaxTypeBIGINT 
      class  MaxTypeBLOB 
      class  MaxTypeCLOB 
      class  MaxTypeCRYPTO 
      class  MaxTypeCRYPTOX 
      class  MaxTypeDATE 
      class  MaxTypeDATETIME 
      class  MaxTypeDECIMAL 
      class  MaxTypeDURATION 
      class  MaxTypeFLOAT 
      class  MaxTypeGL 
      class  MaxTypeINTEGER 
      class  MaxTypeLONGALN 
      class  MaxTypeLOWER 
      class  MaxTypeSMALLINT 
      class  MaxTypeTIME 
      class  MaxTypeUPPER 
      class  MaxTypeYORN 
      Methods in psdi.util that return MaxType 
      Modifier and Type Method and Description
      static MaxType MaxType.createMaxType(java.util.Locale l, java.util.TimeZone tz, int type)
      Instantiate a MaxType object based on the type, locale and timezone.
      static MaxType MaxType.createMaxType(java.util.Locale l, java.util.TimeZone tz, int type, int length, int scale)
      Instantiate a MaxType object based on the locale, timezone, type, length and scale.
      MaxType MXException.getErrorAttrValue() 
      Methods in psdi.util with parameters of type MaxType 
      Modifier and Type Method and Description
      void MXException.setErrorAttrValue(MaxType val) 
      void MaxTypeYORN.setValue(MaxType value) 
      void MaxTypeUPPER.setValue(MaxType value) 
      void MaxTypeLOWER.setValue(MaxType value)
      Set value of MaxType.
      void MaxTypeDURATION.setValue(MaxType value) 
      void MaxTypeDATETIME.setValue(MaxType value) 
      void MaxTypeDATE.setValue(MaxType value) 
      void MaxTypeCRYPTO.setValue(MaxType value) 
      void MaxTypeINTEGER.setValue(MaxType value) 
      void MaxTypeFLOAT.setValue(MaxType value) 
      void MaxTypeDECIMAL.setValue(MaxType value) 
      void MaxTypeAMOUNT.setValue(MaxType value)
      Clone the object.
      void MaxTypeALN.setValue(MaxType value)
      Set value based on the MaxType value passed in.
      abstract void MaxType.setValue(MaxType value) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes