public static class Role.Factory extends AbstractFactory implements PropertyFactory<Role>
| Constructor and Description | 
|---|
Factory()  | 
| Modifier and Type | Method and Description | 
|---|---|
Role | 
createProperty(Group group,
              java.util.List<Parameter> params,
              java.lang.String value) | 
Role | 
createProperty(java.util.List<Parameter> params,
              java.lang.String value) | 
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic Role createProperty(java.util.List<Parameter> params, java.lang.String value)
createProperty in interface PropertyFactory<Role>params - property parameters used to construct a new instancevalue - a property value used to construct a new instancepublic Role createProperty(Group group, java.util.List<Parameter> params, java.lang.String value) throws java.net.URISyntaxException, java.text.ParseException
createProperty in interface PropertyFactory<Role>group - the property groupparams - property parameters used to construct a new instancevalue - a property value used to construct a new instancejava.net.URISyntaxException - where an invalid URL is specified in the property valuejava.text.ParseException - where an invalid date string is specified in the property value