Package com.nomagic.license.utils
Interface OssConstants
-
public interface OssConstants
Constants used in Registration Dialog
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
COUNTRIES
array[n] - Oss required value array[n + 1] - resource id used to get localized presentation textstatic java.lang.String[]
INDUSTRIES
array[n] - Oss required value array[n + 1] - resource id used to get localized presentation textstatic java.lang.String
OTHER
static java.lang.String[]
ROLES
array[n] - Oss required value array[n + 1] - resource id used to get localized presentation text
-
-
-
Field Detail
-
OTHER
static final java.lang.String OTHER
- See Also:
- Constant Field Values
-
ROLES
static final java.lang.String[] ROLES
array[n] - Oss required value array[n + 1] - resource id used to get localized presentation text
-
INDUSTRIES
static final java.lang.String[] INDUSTRIES
array[n] - Oss required value array[n + 1] - resource id used to get localized presentation text
-
COUNTRIES
static final java.lang.String[] COUNTRIES
array[n] - Oss required value array[n + 1] - resource id used to get localized presentation text
-
-