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