public class Reference extends Object
Modifier and Type | Field and Description |
---|---|
GProp<?> |
owner
The reference owner.
|
GProp<?> |
target
The reference target.
|
Class<?> |
type
The reference type in form of a class.
|
public final GProp<?> target
This member is never null.
public final GProp<?> owner
This member is never null.
public final Class<?> type
The classes should be something like:
The type (class) is used to verify for circular references.
This member is never null.
public Reference(GProp<?> target, GProp<?> owner, Class<?> type)
target
- The reference target.owner
- The owner of the reference.type
- The type.NullPointerException
- If any of the parameters are null.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.