
xuml.tools.model.compiler.runtime.query.BinaryNumericOperator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xuml-model-compiler-runtime Show documentation
Show all versions of xuml-model-compiler-runtime Show documentation
Runtime classes for use with classes generated by xuml-model-compiler
package xuml.tools.model.compiler.runtime.query;
public enum BinaryNumericOperator {
TIMES, PLUS, MINUS, DIVIDE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy