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

com.st.maven.debian.Priority Maven / Gradle / Ivy

The newest version!
package com.st.maven.debian;

import java.util.Locale;

public enum Priority {
	
	REQUIRED, IMPORTANT, STANDARD, EXTRA;

	public String getName() {
		return name().toLowerCase(Locale.UK);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy