Enum XINIProperties

    • Enum Constant Detail

      • CONTEXT_INFORMATION_URL

        public static final XINIProperties CONTEXT_INFORMATION_URL
      • ELEMENT_CUSTOMER_TEXT_ID

        public static final XINIProperties ELEMENT_CUSTOMER_TEXT_ID
      • ELEMENT_ALPHA_LIST

        public static final XINIProperties ELEMENT_ALPHA_LIST
      • ELEMENT_ELEMENT_TYPE

        public static final XINIProperties ELEMENT_ELEMENT_TYPE
      • ELEMENT_RAW_SOURCE_BEFORE_ELEMENT

        public static final XINIProperties ELEMENT_RAW_SOURCE_BEFORE_ELEMENT
      • ELEMENT_RAW_SOURCE_AFTER_ELEMENT

        public static final XINIProperties ELEMENT_RAW_SOURCE_AFTER_ELEMENT
      • FIELD_CUSTOMER_TEXT_ID

        public static final XINIProperties FIELD_CUSTOMER_TEXT_ID
      • FIELD_EMPTY_SEGMENTS_FLAGS

        public static final XINIProperties FIELD_EMPTY_SEGMENTS_FLAGS
      • FIELD_EXTERNAL_ID

        public static final XINIProperties FIELD_EXTERNAL_ID
      • FIELD_RAW_SOURCE_AFTER_FIELD

        public static final XINIProperties FIELD_RAW_SOURCE_AFTER_FIELD
      • FIELD_RAW_SOURCE_BEFORE_FIELD

        public static final XINIProperties FIELD_RAW_SOURCE_BEFORE_FIELD
      • FIELD_NO_CONTENT

        public static final XINIProperties FIELD_NO_CONTENT
      • TABLE_CUSTOMER_TEXT_ID

        public static final XINIProperties TABLE_CUSTOMER_TEXT_ID
      • TABLE_EMPTY_SEGMENTS_FLAGS

        public static final XINIProperties TABLE_EMPTY_SEGMENTS_FLAGS
      • TABLE_EXTERNAL_ID

        public static final XINIProperties TABLE_EXTERNAL_ID
      • TABLE_NO_CONTENT

        public static final XINIProperties TABLE_NO_CONTENT
      • INITABLE_CUSTOMER_TEXT_ID

        public static final XINIProperties INITABLE_CUSTOMER_TEXT_ID
      • INITABLE_EMPTY_SEGMENTS_FLAGS

        public static final XINIProperties INITABLE_EMPTY_SEGMENTS_FLAGS
      • INITABLE_EXTERNAL_ID

        public static final XINIProperties INITABLE_EXTERNAL_ID
      • INITABLE_NO_CONTENT

        public static final XINIProperties INITABLE_NO_CONTENT
      • EMPTY_TRANSLATION

        public static final XINIProperties EMPTY_TRANSLATION
      • TARGET_LANGUAGES

        public static final XINIProperties TARGET_LANGUAGES
    • Method Detail

      • values

        public static XINIProperties[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (XINIProperties c : XINIProperties.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static XINIProperties valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • value

        public String value()