001 /*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005
006 package com.nativelibs4java.util;
007
008 /**
009 *
010 * @author ochafik
011 */
012 public interface ValuedEnum {
013 long value();
014 }