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