OSDN Git Service

プロファイル編集
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / ConvertProfile.java
index 6a17a2c..6ba251d 100644 (file)
@@ -40,5 +40,16 @@ public interface ConvertProfile {
     /** @return 1画面中に表示する最大コメント数. 負値の場合は既定値(30)と同等. */
     int getMaxNumOfComment();
 
     /** @return 1画面中に表示する最大コメント数. 負値の場合は既定値(30)と同等. */
     int getMaxNumOfComment();
 
-    NgSetting getNgSetting();
+    HideCondition getNgSetting();
+
+    /**
+     *
+     * @author yuki
+     */
+    public interface HideCondition {
+
+        String getWord();
+
+        String getId();
+    }
 }
 }