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

com.kaltura.client.enums.KalturaLanguageCode Maven / Gradle / Ivy

Go to download

KalturaClient is a library of Java classes that can be used to interact with the Kaltura REST API. More information about the REST API can be found at http://corp.kaltura.com/Products/Kaltura-API Many of the Java classes in this library are auto-generated from a schema that defines the objects that are used to interect with the API. The current schema can be found at http://www.kaltura.com/api_v3/api_schema.php

The newest version!
// ===================================================================================================
//                           _  __     _ _
//                          | |/ /__ _| | |_ _  _ _ _ __ _
//                          | ' .
//
// @ignore
// ===================================================================================================
package com.kaltura.client.enums;

/**
 * This class was generated using generate.php
 * against an XML schema provided by Kaltura.
 * 
 * MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
 */
public enum KalturaLanguageCode implements KalturaEnumAsString {
    AA ("aa"),
    AB ("ab"),
    AF ("af"),
    AM ("am"),
    AR ("ar"),
    AS_ ("as"),
    AY ("ay"),
    AZ ("az"),
    BA ("ba"),
    BE ("be"),
    BG ("bg"),
    BH ("bh"),
    BI ("bi"),
    BN ("bn"),
    BO ("bo"),
    BR ("br"),
    CA ("ca"),
    CO ("co"),
    CS ("cs"),
    CY ("cy"),
    DA ("da"),
    DE ("de"),
    DZ ("dz"),
    EL ("el"),
    EN ("en"),
    EN_GB ("en_gb"),
    EN_US ("en_us"),
    EO ("eo"),
    ES ("es"),
    ET ("et"),
    EU ("eu"),
    FA ("fa"),
    FI ("fi"),
    FJ ("fj"),
    FO ("fo"),
    FR ("fr"),
    FY ("fy"),
    GA ("ga"),
    GD ("gd"),
    GL ("gl"),
    GN ("gn"),
    GU ("gu"),
    GV ("gv"),
    HA ("ha"),
    HE ("he"),
    HI ("hi"),
    HR ("hr"),
    HU ("hu"),
    HY ("hy"),
    IA ("ia"),
    ID ("id"),
    IE ("ie"),
    IK ("ik"),
    IN ("in"),
    IS ("is"),
    IT ("it"),
    IU ("iu"),
    IW ("iw"),
    JA ("ja"),
    JI ("ji"),
    JV ("jv"),
    KA ("ka"),
    KK ("kk"),
    KL ("kl"),
    KM ("km"),
    KN ("kn"),
    KO ("ko"),
    KS ("ks"),
    KU ("ku"),
    KY ("ky"),
    LA ("la"),
    LI ("li"),
    LN ("ln"),
    LO ("lo"),
    LT ("lt"),
    LV ("lv"),
    MG ("mg"),
    MI ("mi"),
    MK ("mk"),
    ML ("ml"),
    MN ("mn"),
    MO ("mo"),
    MR ("mr"),
    MS ("ms"),
    MT ("mt"),
    MU ("multilingual"),
    MY ("my"),
    NA ("na"),
    NE ("ne"),
    NL ("nl"),
    NO ("no"),
    OC ("oc"),
    OM ("om"),
    OR_ ("or"),
    PA ("pa"),
    PL ("pl"),
    PS ("ps"),
    PT ("pt"),
    QU ("qu"),
    RM ("rm"),
    RN ("rn"),
    RO ("ro"),
    RU ("ru"),
    RW ("rw"),
    SA ("sa"),
    SD ("sd"),
    SG ("sg"),
    SH ("sh"),
    SI ("si"),
    SK ("sk"),
    SL ("sl"),
    SM ("sm"),
    SN ("sn"),
    SO ("so"),
    SQ ("sq"),
    SR ("sr"),
    SS ("ss"),
    ST ("st"),
    SU ("su"),
    SV ("sv"),
    SW ("sw"),
    TA ("ta"),
    TE ("te"),
    TG ("tg"),
    TH ("th"),
    TI ("ti"),
    TK ("tk"),
    TL ("tl"),
    TN ("tn"),
    TO ("to"),
    TR ("tr"),
    TS ("ts"),
    TT ("tt"),
    TW ("tw"),
    UG ("ug"),
    UK ("uk"),
    UR ("ur"),
    UZ ("uz"),
    VI ("vi"),
    VO ("vo"),
    WO ("wo"),
    XH ("xh"),
    YI ("yi"),
    YO ("yo"),
    ZH ("zh"),
    ZU ("zu");

    public String hashCode;

    KalturaLanguageCode(String hashCode) {
        this.hashCode = hashCode;
    }

    public String getHashCode() {
        return this.hashCode;
    }

    public void setHashCode(String hashCode) {
        this.hashCode = hashCode;
    }

    public static KalturaLanguageCode get(String hashCode) {
        if (hashCode.equals("aa"))
        {
           return AA;
        }
        else 
        if (hashCode.equals("ab"))
        {
           return AB;
        }
        else 
        if (hashCode.equals("af"))
        {
           return AF;
        }
        else 
        if (hashCode.equals("am"))
        {
           return AM;
        }
        else 
        if (hashCode.equals("ar"))
        {
           return AR;
        }
        else 
        if (hashCode.equals("as"))
        {
           return AS_;
        }
        else 
        if (hashCode.equals("ay"))
        {
           return AY;
        }
        else 
        if (hashCode.equals("az"))
        {
           return AZ;
        }
        else 
        if (hashCode.equals("ba"))
        {
           return BA;
        }
        else 
        if (hashCode.equals("be"))
        {
           return BE;
        }
        else 
        if (hashCode.equals("bg"))
        {
           return BG;
        }
        else 
        if (hashCode.equals("bh"))
        {
           return BH;
        }
        else 
        if (hashCode.equals("bi"))
        {
           return BI;
        }
        else 
        if (hashCode.equals("bn"))
        {
           return BN;
        }
        else 
        if (hashCode.equals("bo"))
        {
           return BO;
        }
        else 
        if (hashCode.equals("br"))
        {
           return BR;
        }
        else 
        if (hashCode.equals("ca"))
        {
           return CA;
        }
        else 
        if (hashCode.equals("co"))
        {
           return CO;
        }
        else 
        if (hashCode.equals("cs"))
        {
           return CS;
        }
        else 
        if (hashCode.equals("cy"))
        {
           return CY;
        }
        else 
        if (hashCode.equals("da"))
        {
           return DA;
        }
        else 
        if (hashCode.equals("de"))
        {
           return DE;
        }
        else 
        if (hashCode.equals("dz"))
        {
           return DZ;
        }
        else 
        if (hashCode.equals("el"))
        {
           return EL;
        }
        else 
        if (hashCode.equals("en"))
        {
           return EN;
        }
        else 
        if (hashCode.equals("en_gb"))
        {
           return EN_GB;
        }
        else 
        if (hashCode.equals("en_us"))
        {
           return EN_US;
        }
        else 
        if (hashCode.equals("eo"))
        {
           return EO;
        }
        else 
        if (hashCode.equals("es"))
        {
           return ES;
        }
        else 
        if (hashCode.equals("et"))
        {
           return ET;
        }
        else 
        if (hashCode.equals("eu"))
        {
           return EU;
        }
        else 
        if (hashCode.equals("fa"))
        {
           return FA;
        }
        else 
        if (hashCode.equals("fi"))
        {
           return FI;
        }
        else 
        if (hashCode.equals("fj"))
        {
           return FJ;
        }
        else 
        if (hashCode.equals("fo"))
        {
           return FO;
        }
        else 
        if (hashCode.equals("fr"))
        {
           return FR;
        }
        else 
        if (hashCode.equals("fy"))
        {
           return FY;
        }
        else 
        if (hashCode.equals("ga"))
        {
           return GA;
        }
        else 
        if (hashCode.equals("gd"))
        {
           return GD;
        }
        else 
        if (hashCode.equals("gl"))
        {
           return GL;
        }
        else 
        if (hashCode.equals("gn"))
        {
           return GN;
        }
        else 
        if (hashCode.equals("gu"))
        {
           return GU;
        }
        else 
        if (hashCode.equals("gv"))
        {
           return GV;
        }
        else 
        if (hashCode.equals("ha"))
        {
           return HA;
        }
        else 
        if (hashCode.equals("he"))
        {
           return HE;
        }
        else 
        if (hashCode.equals("hi"))
        {
           return HI;
        }
        else 
        if (hashCode.equals("hr"))
        {
           return HR;
        }
        else 
        if (hashCode.equals("hu"))
        {
           return HU;
        }
        else 
        if (hashCode.equals("hy"))
        {
           return HY;
        }
        else 
        if (hashCode.equals("ia"))
        {
           return IA;
        }
        else 
        if (hashCode.equals("id"))
        {
           return ID;
        }
        else 
        if (hashCode.equals("ie"))
        {
           return IE;
        }
        else 
        if (hashCode.equals("ik"))
        {
           return IK;
        }
        else 
        if (hashCode.equals("in"))
        {
           return IN;
        }
        else 
        if (hashCode.equals("is"))
        {
           return IS;
        }
        else 
        if (hashCode.equals("it"))
        {
           return IT;
        }
        else 
        if (hashCode.equals("iu"))
        {
           return IU;
        }
        else 
        if (hashCode.equals("iw"))
        {
           return IW;
        }
        else 
        if (hashCode.equals("ja"))
        {
           return JA;
        }
        else 
        if (hashCode.equals("ji"))
        {
           return JI;
        }
        else 
        if (hashCode.equals("jv"))
        {
           return JV;
        }
        else 
        if (hashCode.equals("ka"))
        {
           return KA;
        }
        else 
        if (hashCode.equals("kk"))
        {
           return KK;
        }
        else 
        if (hashCode.equals("kl"))
        {
           return KL;
        }
        else 
        if (hashCode.equals("km"))
        {
           return KM;
        }
        else 
        if (hashCode.equals("kn"))
        {
           return KN;
        }
        else 
        if (hashCode.equals("ko"))
        {
           return KO;
        }
        else 
        if (hashCode.equals("ks"))
        {
           return KS;
        }
        else 
        if (hashCode.equals("ku"))
        {
           return KU;
        }
        else 
        if (hashCode.equals("ky"))
        {
           return KY;
        }
        else 
        if (hashCode.equals("la"))
        {
           return LA;
        }
        else 
        if (hashCode.equals("li"))
        {
           return LI;
        }
        else 
        if (hashCode.equals("ln"))
        {
           return LN;
        }
        else 
        if (hashCode.equals("lo"))
        {
           return LO;
        }
        else 
        if (hashCode.equals("lt"))
        {
           return LT;
        }
        else 
        if (hashCode.equals("lv"))
        {
           return LV;
        }
        else 
        if (hashCode.equals("mg"))
        {
           return MG;
        }
        else 
        if (hashCode.equals("mi"))
        {
           return MI;
        }
        else 
        if (hashCode.equals("mk"))
        {
           return MK;
        }
        else 
        if (hashCode.equals("ml"))
        {
           return ML;
        }
        else 
        if (hashCode.equals("mn"))
        {
           return MN;
        }
        else 
        if (hashCode.equals("mo"))
        {
           return MO;
        }
        else 
        if (hashCode.equals("mr"))
        {
           return MR;
        }
        else 
        if (hashCode.equals("ms"))
        {
           return MS;
        }
        else 
        if (hashCode.equals("mt"))
        {
           return MT;
        }
        else 
        if (hashCode.equals("multilingual"))
        {
           return MU;
        }
        else 
        if (hashCode.equals("my"))
        {
           return MY;
        }
        else 
        if (hashCode.equals("na"))
        {
           return NA;
        }
        else 
        if (hashCode.equals("ne"))
        {
           return NE;
        }
        else 
        if (hashCode.equals("nl"))
        {
           return NL;
        }
        else 
        if (hashCode.equals("no"))
        {
           return NO;
        }
        else 
        if (hashCode.equals("oc"))
        {
           return OC;
        }
        else 
        if (hashCode.equals("om"))
        {
           return OM;
        }
        else 
        if (hashCode.equals("or"))
        {
           return OR_;
        }
        else 
        if (hashCode.equals("pa"))
        {
           return PA;
        }
        else 
        if (hashCode.equals("pl"))
        {
           return PL;
        }
        else 
        if (hashCode.equals("ps"))
        {
           return PS;
        }
        else 
        if (hashCode.equals("pt"))
        {
           return PT;
        }
        else 
        if (hashCode.equals("qu"))
        {
           return QU;
        }
        else 
        if (hashCode.equals("rm"))
        {
           return RM;
        }
        else 
        if (hashCode.equals("rn"))
        {
           return RN;
        }
        else 
        if (hashCode.equals("ro"))
        {
           return RO;
        }
        else 
        if (hashCode.equals("ru"))
        {
           return RU;
        }
        else 
        if (hashCode.equals("rw"))
        {
           return RW;
        }
        else 
        if (hashCode.equals("sa"))
        {
           return SA;
        }
        else 
        if (hashCode.equals("sd"))
        {
           return SD;
        }
        else 
        if (hashCode.equals("sg"))
        {
           return SG;
        }
        else 
        if (hashCode.equals("sh"))
        {
           return SH;
        }
        else 
        if (hashCode.equals("si"))
        {
           return SI;
        }
        else 
        if (hashCode.equals("sk"))
        {
           return SK;
        }
        else 
        if (hashCode.equals("sl"))
        {
           return SL;
        }
        else 
        if (hashCode.equals("sm"))
        {
           return SM;
        }
        else 
        if (hashCode.equals("sn"))
        {
           return SN;
        }
        else 
        if (hashCode.equals("so"))
        {
           return SO;
        }
        else 
        if (hashCode.equals("sq"))
        {
           return SQ;
        }
        else 
        if (hashCode.equals("sr"))
        {
           return SR;
        }
        else 
        if (hashCode.equals("ss"))
        {
           return SS;
        }
        else 
        if (hashCode.equals("st"))
        {
           return ST;
        }
        else 
        if (hashCode.equals("su"))
        {
           return SU;
        }
        else 
        if (hashCode.equals("sv"))
        {
           return SV;
        }
        else 
        if (hashCode.equals("sw"))
        {
           return SW;
        }
        else 
        if (hashCode.equals("ta"))
        {
           return TA;
        }
        else 
        if (hashCode.equals("te"))
        {
           return TE;
        }
        else 
        if (hashCode.equals("tg"))
        {
           return TG;
        }
        else 
        if (hashCode.equals("th"))
        {
           return TH;
        }
        else 
        if (hashCode.equals("ti"))
        {
           return TI;
        }
        else 
        if (hashCode.equals("tk"))
        {
           return TK;
        }
        else 
        if (hashCode.equals("tl"))
        {
           return TL;
        }
        else 
        if (hashCode.equals("tn"))
        {
           return TN;
        }
        else 
        if (hashCode.equals("to"))
        {
           return TO;
        }
        else 
        if (hashCode.equals("tr"))
        {
           return TR;
        }
        else 
        if (hashCode.equals("ts"))
        {
           return TS;
        }
        else 
        if (hashCode.equals("tt"))
        {
           return TT;
        }
        else 
        if (hashCode.equals("tw"))
        {
           return TW;
        }
        else 
        if (hashCode.equals("ug"))
        {
           return UG;
        }
        else 
        if (hashCode.equals("uk"))
        {
           return UK;
        }
        else 
        if (hashCode.equals("ur"))
        {
           return UR;
        }
        else 
        if (hashCode.equals("uz"))
        {
           return UZ;
        }
        else 
        if (hashCode.equals("vi"))
        {
           return VI;
        }
        else 
        if (hashCode.equals("vo"))
        {
           return VO;
        }
        else 
        if (hashCode.equals("wo"))
        {
           return WO;
        }
        else 
        if (hashCode.equals("xh"))
        {
           return XH;
        }
        else 
        if (hashCode.equals("yi"))
        {
           return YI;
        }
        else 
        if (hashCode.equals("yo"))
        {
           return YO;
        }
        else 
        if (hashCode.equals("zh"))
        {
           return ZH;
        }
        else 
        if (hashCode.equals("zu"))
        {
           return ZU;
        }
        else 
        {
           return AA;
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy