All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nedap.archie.rules.RuleElement Maven / Gradle / Ivy

There is a newer version: 3.12.0
Show newest version
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