public class ReadOnlyPropertyHandler<T> extends Object implements PropertyHandler<T>
| Constructor and Description |
|---|
ReadOnlyPropertyHandler(T obj) |
public ReadOnlyPropertyHandler(T obj)
public boolean set(T obj)
set in interface PropertyHandler<T>obj - The object to set.public T get()
get in interface PropertyHandler<T>Copyright © 2023. All rights reserved.