![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.format.INumberFormatCheck Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.descriptor Show documentation
Show all versions of tsl2.nano.descriptor Show documentation
TSL2 Framework Descriptor (currency-handling, generic formatter, descriptors for beans, collections, actions and values)
The newest version!
/*
* File: $HeadURL$
* Id : $Id$
*
* created by: ts
* created on: 17.07.2013
*
* Copyright: (c) Thomas Schneider 2013, all rights reserved
*/
package de.tsl2.nano.format;
/**
* provides the check to be a number format - used for styling like alignment
* @author ts
* @version $Revision$
*/
public interface INumberFormatCheck {
boolean isNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy