library/src/main/java/com/theguardian/bridget/thrift/SignInScreenReferrer.java [37:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static SignInScreenReferrer findByValue(int value) { 
    switch (value) {
      case 0:
        return accessDiscussion;
      case 1:
        return postComment;
      case 2:
        return recommendComment;
      case 3:
        return replyToComment;
      case 4:
        return reportComment;
      default:
        return null;
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



library/src/main/java/com/theguardian/bridget/thrift/SignInScreenReason.java [37:52]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static SignInScreenReason findByValue(int value) { 
    switch (value) {
      case 0:
        return accessDiscussion;
      case 1:
        return postComment;
      case 2:
        return recommendComment;
      case 3:
        return replyToComment;
      case 4:
        return reportComment;
      default:
        return null;
    }
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



