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

org.swiftboot.web.enums.CodeValueEnumable Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
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