ee.xtee6.mis.logi.EsitajaKlassifikaator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-mis Show documentation
Show all versions of xtee6-client-mis Show documentation
Library for XROAD MIS service clints
The newest version!
package ee.xtee6.mis.logi;
import jakarta.annotation.Generated;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;
/**
*
*
* Java class for esitajaKlassifikaator
.
*
* The following schema fragment specifies the expected content contained within this class.
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "esitajaKlassifikaator")
@XmlEnum
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:11:24+02:00")
public enum EsitajaKlassifikaator {
AA,
AD,
EA,
EE,
EG,
EH,
EJ,
EK,
EL,
EO,
EP,
ER,
ES,
EV,
EW,
FE,
FO,
FR,
GA,
GE,
GI,
GK,
GR,
GV,
HE,
IE,
IP,
IT,
JB,
JG,
JV,
KI,
KJ,
KK,
KL,
KM,
KN,
KO,
KP,
KS,
KU,
KV,
LE,
LI,
MG,
MK,
MN,
MR,
MT,
MU,
MV,
MW,
NA,
NE,
NJ,
NK,
NL,
NN,
NS,
NV,
PK,
PR,
PV,
PW,
RA,
RE,
RR,
SI,
SK,
SO,
ST,
SV,
TG,
TK,
TR,
TS,
TV,
TW,
VE,
VO,
VP,
VV,
YS;
public String value() {
return name();
}
public static EsitajaKlassifikaator fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy