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

Uses of Class
psdi.common.erm.ERMAttributeError.ErrorType

  • Packages that use ERMAttributeError.ErrorType 
    Package Description
    psdi.common.erm  
    • Uses of ERMAttributeError.ErrorType in psdi.common.erm

      Fields in psdi.common.erm declared as ERMAttributeError.ErrorType 
      Modifier and Type Field and Description
      static ERMAttributeError.ErrorType ERMAttributeError.ErrorType.INVALID 
      static ERMAttributeError.ErrorType ERMAttributeError.ErrorType.REQUIRED 
      static ERMAttributeError.ErrorType ERMAttributeError.ErrorType.WARNING 
      Methods in psdi.common.erm that return ERMAttributeError.ErrorType 
      Modifier and Type Method and Description
      ERMAttributeError.ErrorType ERMAttributeError.getErrorType()
      Returns the ErrorType of error that occurred.
      static ERMAttributeError.ErrorType ERMAttributeError.ErrorType.valueOf(java.lang.String name) 
      static ERMAttributeError.ErrorType[] ERMAttributeError.ErrorType.values() 
      Constructors in psdi.common.erm with parameters of type ERMAttributeError.ErrorType 
      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.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes