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

org.panteleyev.jpackage.EnumParameter Maven / Gradle / Ivy

There is a newer version: 1.6.5
Show newest version
/*
 Copyright (c) Petr Panteleyev. All rights reserved.
 Licensed under the BSD license. See LICENSE file in the project root for full license information.
 */
package org.panteleyev.jpackage;

interface EnumParameter {
    String getParameterName();
    String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy