1 /* 2 * jGuild Project: jRPM 3 * Released under the Apache License ( http://www.apache.org/LICENSE ) 4 */ 5 package com.jguild.jrpm.io.constant; 6 7 /*** 8 * 9 * 10 * @author kuss 11 */ 12 public interface FlagIf { 13 public int value(); 14 }