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

com.github.uscexp.blockformatpropertyfile.SequenceCondition Maven / Gradle / Ivy

There is a newer version: 0.2.0-Beta
Show newest version
/*
 * Copyright (C) 2014 by haui - all rights reserved
 */
package com.github.uscexp.blockformatpropertyfile;

/**
 * sequence condition enum.
 *
 * @author  haui
 */
public enum SequenceCondition {
	AND,
	OR;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy