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

cdc.perfs.instrument.AbstractNode Maven / Gradle / Ivy

There is a newer version: 0.52.0
Show newest version
package cdc.perfs.instrument;

abstract class AbstractNode {
    private ExtendedYesNo showArgs = ExtendedYesNo.INHERITED;

    protected AbstractNode() {
        super();
    }

    public final ExtendedYesNo getShowArgs() {
        return showArgs;
    }

    public void setShowArgs(ExtendedYesNo showArgs) {
        this.showArgs = showArgs;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy