Uses of Class
eu.datex2.siri13.schema._1_0._1_0.LogicalOperatorEnum
-
Packages that use LogicalOperatorEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of LogicalOperatorEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as LogicalOperatorEnum Modifier and Type Field Description protected LogicalOperatorEnumItoM. logicalOperatorEnumMethods in eu.datex2.siri13.schema._1_0._1_0 that return LogicalOperatorEnum Modifier and Type Method Description static LogicalOperatorEnumLogicalOperatorEnum. fromValue(String v)LogicalOperatorEnumItoM. getLogicalOperatorEnum()Gets the value of the logicalOperatorEnum property.static LogicalOperatorEnumLogicalOperatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicalOperatorEnum[]LogicalOperatorEnum. 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 LogicalOperatorEnum Modifier and Type Method Description voidItoM. setLogicalOperatorEnum(LogicalOperatorEnum value)Sets the value of the logicalOperatorEnum property.
-