Изменено поле типа паттерна

This commit is contained in:
serega6531
2019-11-26 11:40:47 +03:00
parent 3af35803dd
commit 3e05cb64d5
6 changed files with 21 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
package ru.serega6531.packmate.model.enums;
public enum PatternType {
public enum PatternDirectionType {
INPUT, OUTPUT, BOTH
}

View File

@@ -0,0 +1,5 @@
package ru.serega6531.packmate.model.enums;
public enum PatternSearchType {
REGEX, SUBSTRING, SUBBYTES
}

View File

@@ -1,7 +1,5 @@
package ru.serega6531.packmate.model.enums;
public enum SubscriptionMessageType {
SAVE_SERVICE, SAVE_PATTERN, DELETE_SERVICE, DELETE_PATTERN, NEW_STREAM
}