public interface PropertyLookup<T>
Modifier and Type | Method and Description |
---|---|
T |
lookup(String propertyValue)
Lookup the property value with a new value.
|
Set<String> |
supports()
The list of property keys that are supported by this class
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.