Serializable
, PropertyFactory<Postalcode>
public static class Postalcode.Factory extends Content.Factory implements PropertyFactory<Postalcode>
Constructor | Description |
---|---|
Factory() |
Modifier and Type | Method | Description |
---|---|---|
Postalcode |
createProperty() |
|
Postalcode |
createProperty(ParameterList parameters,
String value) |
supports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createProperty, supports
public Postalcode createProperty(ParameterList parameters, String value)
createProperty
in interface PropertyFactory<Postalcode>
parameters
- a list of property parametersvalue
- a property valuepublic Postalcode createProperty()
createProperty
in interface PropertyFactory<Postalcode>