Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.CountryEnum
-
Packages that use CountryEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of CountryEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as CountryEnum Modifier and Type Field Description protected CountryEnumInternationalIdentifier. countryprotected CountryEnumSource. sourceCountryMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return CountryEnum Modifier and Type Method Description static CountryEnumCountryEnum. fromValue(String v)CountryEnumInternationalIdentifier. getCountry()Gets the value of the country property.CountryEnumSource. getSourceCountry()Gets the value of the sourceCountry property.static CountryEnumCountryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryEnum[]CountryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri21.schema._2_0rc1._2_0 with parameters of type CountryEnum Modifier and Type Method Description voidInternationalIdentifier. setCountry(CountryEnum value)Sets the value of the country property.voidSource. setSourceCountry(CountryEnum value)Sets the value of the sourceCountry property.
-