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