
xuml.tools.model.compiler.runtime.query.DateExpressionField 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;
import xuml.tools.model.compiler.runtime.Entity;
public class DateExpressionField> extends DateExpression {
private final Field field;
public DateExpressionField(Field field) {
this.field = field;
}
public Field getField() {
return field;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy