A Realm is the representation of a metaclass layer in a tree of realm objects.
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            protected MetaClassConstant<?> | 
                            computeValue(Class<?> type) | 
                        
 | 
                            MetaClass<T> | 
                            getMetaClass(Class<T> theClass) | 
                        
 | 
                            static Realm | 
                            newRealm(String name, Realm parent) | 
                        
 | 
                            String | 
                            toString() |