Package com.nomagic.license.utils
Interface OssConstants
- 
public interface OssConstantsConstants used in Registration Dialog 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]COUNTRIESarray[n] - Oss required value array[n + 1] - resource id used to get localized presentation textstatic java.lang.String[]INDUSTRIESarray[n] - Oss required value array[n + 1] - resource id used to get localized presentation textstatic java.lang.StringOTHERstatic java.lang.String[]ROLESarray[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 
 - 
 
 -