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

org.openxma.context.Environment Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/*
 *
 * Copyright 2009/2010 by sIT Solutions,
 * A-1110 Wien, Geiselbergstr.21-25.
 * All rights reserved.
 *
 */
package org.openxma.context;

public interface Environment {

    public EnvironmentType getType();

    public String getName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy