Uses of Class
eu.datex2.siri14.schema._1_0._1_0.ChangedFlagEnum
-
Packages that use ChangedFlagEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of ChangedFlagEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as ChangedFlagEnum Modifier and Type Field Description protected ChangedFlagEnumExchange. changedFlagprotected ChangedFlagEnumExchangeEnumerations. changedFlagEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return ChangedFlagEnum Modifier and Type Method Description static ChangedFlagEnumChangedFlagEnum. fromValue(String v)ChangedFlagEnumExchange. getChangedFlag()Gets the value of the changedFlag property.ChangedFlagEnumExchangeEnumerations. getChangedFlagEnum()Gets the value of the changedFlagEnum property.static ChangedFlagEnumChangedFlagEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangedFlagEnum[]ChangedFlagEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri14.schema._1_0._1_0 with parameters of type ChangedFlagEnum Modifier and Type Method Description voidExchange. setChangedFlag(ChangedFlagEnum value)Sets the value of the changedFlag property.voidExchangeEnumerations. setChangedFlagEnum(ChangedFlagEnum value)Sets the value of the changedFlagEnum property.
-