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

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

There is a newer version: 3.12.0
Show newest version
package com.nedap.archie.rules;

/**
 * Created by pieter.bos on 27/10/15.
 */
public class VariableReference extends Leaf {
    private VariableDeclaration declaration;

    public VariableDeclaration getDeclaration() {
        return declaration;
    }

    public void setDeclaration(VariableDeclaration declaration) {
        this.declaration = declaration;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy