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

org.openstreetmap.atlas.utilities.command.parsing.ArgumentArity Maven / Gradle / Ivy

There is a newer version: 7.0.8
Show newest version
package org.openstreetmap.atlas.utilities.command.parsing;

/**
 * The arity of an argument.
 *
 * @see "https://en.wikipedia.org/wiki/Arity"
 * @author lcram
 */
public enum ArgumentArity
{
    UNARY,
    VARIADIC
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy