Package com.thaiopensource.validate
Class Flag
- java.lang.Object
-
- com.thaiopensource.validate.Flag
-
public class Flag extends Object
A class with a unique value, used as the value of properties whose significance is purely whether or not they are present in the PropertyMap.
-
-
Field Detail
-
PRESENT
public static final Flag PRESENT
The unique value of this class.
-
-