com.arextest.web.model.enums.FSInfoItem Maven / Gradle / Ivy
package com.arextest.web.model.enums;
public class FSInfoItem {
public static final int INTERFACE = 1;
public static final int CASE = 2;
public static final int FOLDER = 3;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy