Interface ILandingPageLocalizationDefinition
-
- All Known Implementing Classes:
LandingPageLocalizationUtils
public interface ILandingPageLocalizationDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static intCLEANConstant for value CLEAN.static java.lang.StringCLEAN_NAMEConstant for value name CLEAN.static intDIRTYConstant for value DIRTY.static java.lang.StringDIRTY_NAMEConstant for value name DIRTY.static java.lang.String[]LANDINGPAGELOCALIZATION_NAMESstatic int[]LANDINGPAGELOCALIZATION_VALUESstatic intSUPER_DIRTYConstant for value SUPER_DIRTY.static java.lang.StringSUPER_DIRTY_NAMEConstant for value name SUPER_DIRTY.
-
-
-
Field Detail
-
CLEAN
static final int CLEAN
Constant for value CLEAN.- See Also:
- Constant Field Values
-
DIRTY
static final int DIRTY
Constant for value DIRTY.- See Also:
- Constant Field Values
-
SUPER_DIRTY
static final int SUPER_DIRTY
Constant for value SUPER_DIRTY.- See Also:
- Constant Field Values
-
CLEAN_NAME
static final java.lang.String CLEAN_NAME
Constant for value name CLEAN.- See Also:
- Constant Field Values
-
DIRTY_NAME
static final java.lang.String DIRTY_NAME
Constant for value name DIRTY.- See Also:
- Constant Field Values
-
SUPER_DIRTY_NAME
static final java.lang.String SUPER_DIRTY_NAME
Constant for value name SUPER_DIRTY.- See Also:
- Constant Field Values
-
LANDINGPAGELOCALIZATION_VALUES
static final int[] LANDINGPAGELOCALIZATION_VALUES
-
LANDINGPAGELOCALIZATION_NAMES
static final java.lang.String[] LANDINGPAGELOCALIZATION_NAMES
-
-