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

digital.toke.RenewalType Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright 2019 David R. Smith All Rights Reserved 
 */
package digital.toke;

public enum RenewalType {
	
	PERIODIC, LOGIN, SELF;  

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy