![JAR search and dependency download from the Maven repository](/logo.png)
com.barchart.util.enums.ParamEnum Maven / Gradle / Ivy
The newest version!
/**
* Copyright (C) 2011-2012 Barchart, Inc.
*
* All rights reserved. Licensed under the OSI BSD License.
*
* http://www.opensource.org/licenses/bsd-license.php
*/
package com.barchart.util.enums;
public interface ParamEnum> extends EnumJDK {
int sequence();
V value();
//
boolean is(ParamEnum, ?> that);
boolean isIn(ParamEnum, ?>... thatArray);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy