Enum Class ScopicManifestConstants
java.lang.Object
java.lang.Enum<ScopicManifestConstants>
love.distributedrebirth.nx01.warp.manifestor.scopic.iomf.ScopicManifestConstants
- All Implemented Interfaces:
Serializable, Comparable<ScopicManifestConstants>, Constable
Stroboscopic manifest 1 and 2 constants.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringescapeV2NameString(String value) static booleanisOtherChar(String value) static booleanisV1AlphaNum(int c) static booleanisV1HeaderChar(int c) static booleanisV1NameString(String value) static booleanisV1NameStringSizeLegal(String value) static booleanisV2DataStringSizeLegal(String value) static booleanisV3DataStringSizeLegal(String value) static booleanstatic ScopicManifestConstantsReturns the enum constant of this class with the specified name.static ScopicManifestConstants[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Field Details
-
PART_ATTR_SEPERATOR
- See Also:
-
PART_ATTR_CONTINUATION
- See Also:
-
PART_ATTR_NEWLINE
- See Also:
-
VERSION_1_MAX_LINE_LENGHT
public static final int VERSION_1_MAX_LINE_LENGHT- See Also:
-
VERSION_1_MAX_NAME_LENGHT
public static final int VERSION_1_MAX_NAME_LENGHT -
VERSION_3_MAX_DATA_LENGHT
public static final int VERSION_3_MAX_DATA_LENGHT- See Also:
-
VERSION_4_MAX_DATA_LENGHT
public static final int VERSION_4_MAX_DATA_LENGHT- See Also:
-
ATTR_SIMSALABIM_SECTION
- See Also:
-
ATTR_SIMSALABIM_REMARK
- See Also:
-
ATTR_MANIFEST_VERSION
- See Also:
-
ATTR_MANIFEST_VERSION_MAX_LENGHT
public static final int ATTR_MANIFEST_VERSION_MAX_LENGHT
-
-
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
-
isOtherChar
-
isV1AlphaNum
public static boolean isV1AlphaNum(int c) -
isV1HeaderChar
public static boolean isV1HeaderChar(int c) -
isV1NameString
-
isV1NameStringSizeLegal
-
escapeV2NameString
-
isV2DataStringSizeLegal
-
isV3DataStringSizeLegal
-
isV4DataArraySizeLegal
-