All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zanata.rest.LocaleIdSet Maven / Gradle / Ivy

There is a newer version: 4.6.2
Show newest version
package org.zanata.rest;

import org.zanata.common.LocaleId;

public class LocaleIdSet extends ElemSet {

    public LocaleIdSet(String values) {
        super(values);
    }

    @Override
    protected LocaleId valueOfElem(String value) {
        return new LocaleId(value);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy