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

public enum ScopicManifestConstants extends Enum<ScopicManifestConstants>
Stroboscopic manifest 1 and 2 constants.
Version:
©Δ∞ 仙上主天
Author:
للَّٰهِilLצسُو
  • Field Details

    • PART_ATTR_SEPERATOR

      public static final String PART_ATTR_SEPERATOR
      See Also:
    • PART_ATTR_CONTINUATION

      public static final String PART_ATTR_CONTINUATION
      See Also:
    • PART_ATTR_NEWLINE

      public static final String 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

      public static final String ATTR_SIMSALABIM_SECTION
      See Also:
    • ATTR_SIMSALABIM_REMARK

      public static final String ATTR_SIMSALABIM_REMARK
      See Also:
    • ATTR_MANIFEST_VERSION

      public static final String ATTR_MANIFEST_VERSION
      See Also:
    • ATTR_MANIFEST_VERSION_MAX_LENGHT

      public static final int ATTR_MANIFEST_VERSION_MAX_LENGHT
  • Method Details

    • values

      public static ScopicManifestConstants[] 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

      public static ScopicManifestConstants valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • isOtherChar

      public static boolean isOtherChar(String value)
    • isV1AlphaNum

      public static boolean isV1AlphaNum(int c)
    • isV1HeaderChar

      public static boolean isV1HeaderChar(int c)
    • isV1NameString

      public static boolean isV1NameString(String value)
    • isV1NameStringSizeLegal

      public static boolean isV1NameStringSizeLegal(String value)
    • escapeV2NameString

      public static String escapeV2NameString(String value)
    • isV2DataStringSizeLegal

      public static boolean isV2DataStringSizeLegal(String value)
    • isV3DataStringSizeLegal

      public static boolean isV3DataStringSizeLegal(String value)
    • isV4DataArraySizeLegal

      public static boolean isV4DataArraySizeLegal(PrimordialOctalOrangeJuiceStraw value)