예제 #1
0
 public static Style fromProto(Common.CursorFactory.Style proto) {
   return Style.valueOf(proto.name());
 }