org.openxma.context.Environment Maven / Gradle / Ivy
/*
*
* 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();
}