Uses of Class
eu.datex2.siri14.schema._1_0._1_0.InstructionsEnum
-
Packages that use InstructionsEnum Package Description eu.datex2.siri14.schema._1_0._1_0 -
-
Uses of InstructionsEnum in eu.datex2.siri14.schema._1_0._1_0
Fields in eu.datex2.siri14.schema._1_0._1_0 declared as InstructionsEnum Modifier and Type Field Description protected InstructionsEnumInstructions. instructionprotected InstructionsEnumItoM. instructionsEnumMethods in eu.datex2.siri14.schema._1_0._1_0 that return InstructionsEnum Modifier and Type Method Description static InstructionsEnumInstructionsEnum. fromValue(String v)InstructionsEnumInstructions. getInstruction()Gets the value of the instruction property.InstructionsEnumItoM. getInstructionsEnum()Gets the value of the instructionsEnum property.static InstructionsEnumInstructionsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static InstructionsEnum[]InstructionsEnum. 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 InstructionsEnum Modifier and Type Method Description voidInstructions. setInstruction(InstructionsEnum value)Sets the value of the instruction property.voidItoM. setInstructionsEnum(InstructionsEnum value)Sets the value of the instructionsEnum property.
-