Package com.thaiopensource.validate
Class StringPropertyId
- java.lang.Object
-
- com.thaiopensource.util.PropertyId<java.lang.String>
-
- com.thaiopensource.validate.StringPropertyId
-
public class StringPropertyId extends PropertyId<java.lang.String>
A PropertyId whose value is constrained to be an instance of String.- See Also:
String
-
-
Constructor Summary
Constructors Constructor Description StringPropertyId(java.lang.String name)
-
Method Summary
-
Methods inherited from class com.thaiopensource.util.PropertyId
equals, get, getValueClass, hashCode, newInstance, put, toString
-
-