| Package | Description |
|---|---|
| com.alee.utils.reflection |
| Modifier and Type | Method and Description |
|---|---|
static ClassRelationType |
ClassRelationType.of(Class one,
Class another)
Returns one class relation to another one.
|
static ClassRelationType |
ClassRelationType.of(Object one,
Object another)
Returns one object class relation to another one.
|
static ClassRelationType |
ClassRelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassRelationType[] |
ClassRelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.