コード例 #1
0
 private String getDisallowedInferenceName(InferenceType type) {
   return "Disallow_" + type.toString();
 }
コード例 #2
0
 private String getRequiredInferenceName(InferenceType type) {
   return "Require_" + type.toString();
 }