Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setLabelTypeIds (0.05 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/exentity/ElevateWord.java

         */
        public String[] getLabelTypeIds() {
            if (labelTypeIds == null) {
                return StringUtil.EMPTY_STRINGS;
            }
            return labelTypeIds;
        }
    
        public void setLabelTypeIds(final String[] labelTypeIds) {
            this.labelTypeIds = labelTypeIds;
        }
    
        public List<LabelType> getLabelTypeList() {
            if (labelTypeList == null) {
                synchronized (this) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 4.3K bytes
    - Viewed (0)
Back to top