Package com.thaiopensource.validate
Class FlagPropertyId
A PropertyId whose value is not significant. Its significance
rests purely on whether it is present in a PropertyMap. The
value is constrained to be Flag.PRESENT.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PropertyMapBuilder builder) Adds this property to a PropertyMapBuilder.Methods inherited from class com.thaiopensource.util.PropertyId
equals, get, getValueClass, hashCode, newInstance, put, toString
-
Constructor Details
-
FlagPropertyId
-
-
Method Details
-
add
Adds this property to a PropertyMapBuilder. Modifies the PropertyMapBuilder so that this PropertyId is mapped to Flag.PRESENT.- Parameters:
builder
- the PropertyMapBuilder to be modified
-