8788899091929394959697
public RealmElement[] listProperty() throws Exception { try { RealmMgmt rlm = new RealmMgmt(); return rlm.listRealmsProperties(); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }