105106107108109110111112
protected boolean _canModify(Object _element, String _property) throws Throwable { return true; } public Object getValue(Object _element, String _property) { Object value = new Key(_property).getValue(_element); return value; }