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) |
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateProperty, supportspublic 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>