Uses of Class
org.iqtig.pseudonymisierung.enums.StateCode
-
Packages that use StateCode Package Description org.iqtig.pseudonymisierung.beans org.iqtig.pseudonymisierung.enums -
-
Uses of StateCode in org.iqtig.pseudonymisierung.beans
Methods in org.iqtig.pseudonymisierung.beans that return StateCode Modifier and Type Method Description StateCode
CertificateIdentity. getStateCode()
Die RegionConstructors in org.iqtig.pseudonymisierung.beans with parameters of type StateCode Constructor Description CertificateIdentity(DataCollectionPoint dataCollectionPoint, StateCode stateCode)
Konstrukor. -
Uses of StateCode in org.iqtig.pseudonymisierung.enums
Methods in org.iqtig.pseudonymisierung.enums that return StateCode Modifier and Type Method Description static StateCode
StateCode. fromKVRegion(Integer stateCodeInteger)
Wandelt die KV-Region-Nurmmer des Bundeslandes in den Aufzählungtypen um.static StateCode
StateCode. fromString(String stateCodeString)
Liefert den EnumType zu dem entsprechenden String.static StateCode
StateCode. fromXmlId(Integer stateCodeInteger)
Wandelt die im XML-Schema definierte Nummer in den Aufzählungtypen um.static StateCode
StateCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateCode[]
StateCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-