Uses of Enum
org.yamcs.xtce.OperatorType
Packages that use OperatorType
-
Uses of OperatorType in org.yamcs.xtce
Methods in org.yamcs.xtce that return OperatorTypeModifier and TypeMethodDescriptionstatic OperatorTypeOperatorType.fromSymbol(String symbol) Comparison.getComparisonOperator()Condition.getComparisonOperator()static OperatorTypeReturns the enum constant of this type with the specified name.static OperatorType[]OperatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.yamcs.xtce with parameters of type OperatorTypeModifierConstructorDescriptionComparison(ArgumentInstanceRef argRef, String stringValue, OperatorType op) Comparison(ParameterInstanceRef paraRef, String stringValue, OperatorType op) Makes a new comparison with a generic stringValue at this step the paraRef could be pointing to an unknown parameter. resolveValueType can(should) be called later to create the correct value if it's not stringCondition(OperatorType comparisonOperator, ParameterOrArgumentRef leftRef, String rightValue) Condition(OperatorType comparisonOperator, ParameterOrArgumentRef leftRef, ParameterOrArgumentRef rightRef)