Uses of Class
org.starhope.appius.mb.MBErrorReason

Packages that use MBErrorReason
org.starhope.appius.mb   
 

Uses of MBErrorReason in org.starhope.appius.mb
 

Fields in org.starhope.appius.mb with type parameters of type MBErrorReason
private  EnumMap<org.starhope.appius.mb.fields.MBFieldIdent,EnumSet<MBErrorReason>> MBSession.errors
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.mb that return MBErrorReason
static MBErrorReason MBErrorReason.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MBErrorReason[] MBErrorReason.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.starhope.appius.mb that return types with arguments of type MBErrorReason
 Map<org.starhope.appius.mb.fields.MBFieldIdent,EnumSet<MBErrorReason>> MBSession.getErrors()
           
 Map<org.starhope.appius.mb.fields.MBFieldIdent,EnumSet<MBErrorReason>> MBSession.getErrorsAndClear()
           
 

Methods in org.starhope.appius.mb with parameters of type MBErrorReason
 void MBSession.add(org.starhope.appius.mb.fields.MBFieldIdent field, MBErrorReason reason)
          WRITEME: Document this method brpocock@star-hope.org