Enum Class ScopicIniConstants
java.lang.Object
java.lang.Enum<ScopicIniConstants>
love.distributedrebirth.nx01.warp.manifestor.scopic.ioini.ScopicIniConstants
- All Implemented Interfaces:
Serializable
,Comparable<ScopicIniConstants>
,Constable
Stroboscopic ini file constants.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Version must remain compatible with the GetPrivateProfileXXX functions. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
escapeString
(String value) static ScopicIniConstants
Returns the enum constant of this class with the specified name.static ScopicIniConstants[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Field Details
-
VERSION_NEW_TESTAMENT
Version must remain compatible with the GetPrivateProfileXXX functions.- See Also:
-
PART_ATTR_SEPERATOR
- See Also:
-
PART_ATTR_SEPERATOR_ALT
- See Also:
-
PART_ATTR_QUOTE_DOU
- See Also:
-
PART_ATTR_QUOTE_APO
- See Also:
-
PART_ATTR_LATIN_SPACE
- See Also:
-
PART_ATTR_NEWLINE
- See Also:
-
PART_ATTR_CONTINUATION
- See Also:
-
PART_SECTION_START
- See Also:
-
PART_SECTION_CLOSE
- See Also:
-
REMARK_CHAR_UNIX
- See Also:
-
REMARK_CHAR_WIN1
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
escapeString
-