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