public static class Postalcode.Factory extends Content.Factory implements PropertyFactory<Postalcode>
| Type | Property and Description |
|---|---|
Postalcode |
create |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Postalcode |
createProperty() |
Postalcode |
createProperty(ParameterList parameters,
String value) |
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic Postalcode createProperty
createProperty in interface PropertyFactory<Postalcode>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>