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

Uses of Class
psdi.common.erm.ERMAttribute

  • Packages that use ERMAttribute 
    Package Description
    psdi.common.erm  
    psdi.webclient.system.erm  
    • Uses of ERMAttribute in psdi.common.erm

      Methods in psdi.common.erm that return ERMAttribute 
      Modifier and Type Method and Description
      ERMAttribute ERMEntity.addAttribute(ERMAttribute attribute)
      Adds and ERMAttribute the the entity's attribute list.
      ERMAttribute ERMAttributeError.getAttribute()
      Returns the ERMAttribute associated with the error.
      ERMAttribute ERMEntity.getAttribute(java.lang.String attributeName)
      Returns the ERMAttribute associated with the passed in Attribute
      Methods in psdi.common.erm with parameters of type ERMAttribute 
      Modifier and Type Method and Description
      ERMAttribute ERMEntity.addAttribute(ERMAttribute attribute)
      Adds and ERMAttribute the the entity's attribute list.
      void ERMAttributeError.setAttribute(ERMAttribute attribute) 
      Constructors in psdi.common.erm with parameters of type ERMAttribute 
      Constructor and Description
      ERMAttributeError(ERMAttribute attribute, int mboIndex, ERMAttributeError.ErrorType errorType)
      Constructor taking in the ERMAttribute associated with the error and the index of the mbo the error occurred (basically which mbo in the MboSet) And also take the type of error.
    • Uses of ERMAttribute in psdi.webclient.system.erm

      Subclasses of ERMAttribute in psdi.webclient.system.erm 
      Modifier and Type Class and Description
      class  UIERMAttribute 
      Methods in psdi.webclient.system.erm that return ERMAttribute 
      Modifier and Type Method and Description
      ERMAttribute UIERMEntity.addAttribute(ERMAttribute attribute) 
      Methods in psdi.webclient.system.erm with parameters of type ERMAttribute 
      Modifier and Type Method and Description
      ERMAttribute UIERMEntity.addAttribute(ERMAttribute attribute) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes