public static class ValidateProperty.XMLReaderCreatorPropertyId extends PropertyId
XMLReaderCreator
Constructor and Description |
---|
ValidateProperty.XMLReaderCreatorPropertyId(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
XMLReaderCreator |
get(PropertyMap properties)
Returns the value of the property.
|
XMLReaderCreator |
put(PropertyMapBuilder builder,
XMLReaderCreator value)
Sets the value of the property.
|
equals, getValueClass, hashCode, toString
public ValidateProperty.XMLReaderCreatorPropertyId(java.lang.String name)
public XMLReaderCreator get(PropertyMap properties)
PropertyMap.get
.properties
- the PropertyMap to be usednull
if this PropertyId is not in the PropertyMapPropertyMap.get(com.thaiopensource.util.PropertyId)
public XMLReaderCreator put(PropertyMapBuilder builder, XMLReaderCreator value)
builder
- the PropertyMapBuilder to be modifiedvalue
- the XMLReaderCreator to which this PropertyId is to be mappednull
if it was not mappedPropertyMapBuilder.put(com.thaiopensource.util.PropertyId, java.lang.Object)