Uses of Class
eu.datex2.siri13.schema._1_0._1_0.CompressionMethodEnum
-
Packages that use CompressionMethodEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of CompressionMethodEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as CompressionMethodEnum Modifier and Type Field Description protected CompressionMethodEnumExchangeEnumerations. compressionMethodEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return CompressionMethodEnum Modifier and Type Method Description static CompressionMethodEnumCompressionMethodEnum. fromValue(String v)CompressionMethodEnumExchangeEnumerations. getCompressionMethodEnum()Gets the value of the compressionMethodEnum property.static CompressionMethodEnumCompressionMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionMethodEnum[]CompressionMethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri13.schema._1_0._1_0 with parameters of type CompressionMethodEnum Modifier and Type Method Description voidExchangeEnumerations. setCompressionMethodEnum(CompressionMethodEnum value)Sets the value of the compressionMethodEnum property.
-