Uses of Class
eu.datex2.siri21.schema._2_0rc1._2_0.ComparisonOperatorEnum
-
Packages that use ComparisonOperatorEnum Package Description eu.datex2.siri21.schema._2_0rc1._2_0 -
-
Uses of ComparisonOperatorEnum in eu.datex2.siri21.schema._2_0rc1._2_0
Fields in eu.datex2.siri21.schema._2_0rc1._2_0 declared as ComparisonOperatorEnum Modifier and Type Field Description protected ComparisonOperatorEnumGrossWeightCharacteristic. comparisonOperatorprotected ComparisonOperatorEnumHeaviestAxleWeightCharacteristic. comparisonOperatorprotected ComparisonOperatorEnumHeightCharacteristic. comparisonOperatorprotected ComparisonOperatorEnumLengthCharacteristic. comparisonOperatorprotected ComparisonOperatorEnumNumberOfAxlesCharacteristic. comparisonOperatorprotected ComparisonOperatorEnumWidthCharacteristic. comparisonOperatorMethods in eu.datex2.siri21.schema._2_0rc1._2_0 that return ComparisonOperatorEnum Modifier and Type Method Description static ComparisonOperatorEnumComparisonOperatorEnum. fromValue(String v)ComparisonOperatorEnumGrossWeightCharacteristic. getComparisonOperator()Gets the value of the comparisonOperator property.ComparisonOperatorEnumHeaviestAxleWeightCharacteristic. getComparisonOperator()Gets the value of the comparisonOperator property.ComparisonOperatorEnumHeightCharacteristic. getComparisonOperator()Gets the value of the comparisonOperator property.ComparisonOperatorEnumLengthCharacteristic. getComparisonOperator()Gets the value of the comparisonOperator property.ComparisonOperatorEnumNumberOfAxlesCharacteristic. getComparisonOperator()Gets the value of the comparisonOperator property.ComparisonOperatorEnumWidthCharacteristic. getComparisonOperator()Gets the value of the comparisonOperator property.static ComparisonOperatorEnumComparisonOperatorEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonOperatorEnum[]ComparisonOperatorEnum. 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 ComparisonOperatorEnum Modifier and Type Method Description voidGrossWeightCharacteristic. setComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidHeaviestAxleWeightCharacteristic. setComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidHeightCharacteristic. setComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidLengthCharacteristic. setComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidNumberOfAxlesCharacteristic. setComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.voidWidthCharacteristic. setComparisonOperator(ComparisonOperatorEnum value)Sets the value of the comparisonOperator property.
-