com.nedap.archie.rules.RuleElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aom Show documentation
Show all versions of aom Show documentation
An OpenEHR archetype object model implementation, plus parser
package com.nedap.archie.rules;
import com.nedap.archie.aom.ArchetypeModelObject;
/**
* Created by pieter.bos on 27/10/15.
*/
public class RuleElement extends ArchetypeModelObject {
private ExpressionType type;
public ExpressionType getType() {
return type;
}
public void setType(ExpressionType type) {
this.type = type;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy