
org.swiftboot.web.enums.CodeValueEnumable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-web Show documentation
Show all versions of swiftboot-web Show documentation
Basic module for enterprise web applications
package org.swiftboot.web.enums;
/**
* Used to defined java enum that has Integer code and String value.
*/
public interface CodeValueEnumable {
Integer getCode();
String getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy