package iamrescue.communication.messages.codec.property; public class PropertyValues { public static int getMaxValue(String propertyKey) { // TODO Auto-generated method stub return 0; } public static int getMinValue(String propertyKey) { // TODO Auto-generated method stub return 0; } }