[New] Added StrolchConstants.PARAM_ACTIVITY

This commit is contained in:
Robert von Burg 2020-06-22 17:25:22 +02:00
parent 3bdd87bd73
commit 8bfd267c75
1 changed files with 1 additions and 0 deletions

View File

@ -140,5 +140,6 @@ public class StrolchConstants extends StrolchModelConstants {
public static final String PARAM_QUANTITY = "quantity";
public static final String PARAM_DURATION = "duration";
public static final String PARAM_ORDER = "order";
public static final String PARAM_ACTIVITY = "activity";
}
}