CanScan
Loading...
Searching...
No Matches
fr.softsf.canscan.constant.StringConstants Enum Reference

String constants for messages and identifiers. More...

Collaboration diagram for fr.softsf.canscan.constant.StringConstants:

Public Member Functions

 StringConstants (String value)
String getValue ()

Public Attributes

 CURRENT_OS =(System.getProperty("os.name").toLowerCase(Locale.ROOT))
 DEFAULT_QR_CODE_DIMENSION_FIELD =("400")
 DOMAIN =("@SOFT64.FR")
 ERREUR =("Erreur")
 GENERATE_AND_SAVE_QR_CODE =("generateAndSaveQrCode")
 GENERATE_QR_CODE =("generateQrCode")
 JAVA_2D_DPI_AWARE =("sun.java2d.dpiaware")
 JAVA_2D_UI_SCALE_ENABLED =("sun.java2d.uiScale.enabled")
 JAVA_2D_XRENDER =("sun.java2d.xrender")
 LATEST_RELEASES_REPO_URL =("https://github.com/Lob2018/CanScan/releases/latest")
 OS_LINUX_KEY =("linux")
 OS_WINDOWS_KEY =("win")
 QR_DATA =("qrData")
 TRUE =("true")
 VERSION =(ApplicationMetadata.INSTANCE.getVersion())

Private Attributes

final String value

Detailed Description

String constants for messages and identifiers.

Constructor & Destructor Documentation

◆ StringConstants()

fr.softsf.canscan.constant.StringConstants.StringConstants ( String value)

Member Function Documentation

◆ getValue()

String fr.softsf.canscan.constant.StringConstants.getValue ( )

Member Data Documentation

◆ CURRENT_OS

fr.softsf.canscan.constant.StringConstants.CURRENT_OS =(System.getProperty("os.name").toLowerCase(Locale.ROOT))

◆ DEFAULT_QR_CODE_DIMENSION_FIELD

fr.softsf.canscan.constant.StringConstants.DEFAULT_QR_CODE_DIMENSION_FIELD =("400")

◆ DOMAIN

fr.softsf.canscan.constant.StringConstants.DOMAIN =("@SOFT64.FR")

◆ ERREUR

fr.softsf.canscan.constant.StringConstants.ERREUR =("Erreur")

◆ GENERATE_AND_SAVE_QR_CODE

fr.softsf.canscan.constant.StringConstants.GENERATE_AND_SAVE_QR_CODE =("generateAndSaveQrCode")

◆ GENERATE_QR_CODE

fr.softsf.canscan.constant.StringConstants.GENERATE_QR_CODE =("generateQrCode")

◆ JAVA_2D_DPI_AWARE

fr.softsf.canscan.constant.StringConstants.JAVA_2D_DPI_AWARE =("sun.java2d.dpiaware")

◆ JAVA_2D_UI_SCALE_ENABLED

fr.softsf.canscan.constant.StringConstants.JAVA_2D_UI_SCALE_ENABLED =("sun.java2d.uiScale.enabled")

◆ JAVA_2D_XRENDER

fr.softsf.canscan.constant.StringConstants.JAVA_2D_XRENDER =("sun.java2d.xrender")

◆ LATEST_RELEASES_REPO_URL

fr.softsf.canscan.constant.StringConstants.LATEST_RELEASES_REPO_URL =("https://github.com/Lob2018/CanScan/releases/latest")

◆ OS_LINUX_KEY

fr.softsf.canscan.constant.StringConstants.OS_LINUX_KEY =("linux")

◆ OS_WINDOWS_KEY

fr.softsf.canscan.constant.StringConstants.OS_WINDOWS_KEY =("win")

◆ QR_DATA

fr.softsf.canscan.constant.StringConstants.QR_DATA =("qrData")

◆ TRUE

fr.softsf.canscan.constant.StringConstants.TRUE =("true")

◆ value

final String fr.softsf.canscan.constant.StringConstants.value
private

◆ VERSION

fr.softsf.canscan.constant.StringConstants.VERSION =(ApplicationMetadata.INSTANCE.getVersion())

The documentation for this enum was generated from the following file: