Package de.espirit.firstspirit.storage
Interface ReferencesChangeDetail.NameReference
- All Superinterfaces:
ReferencesChangeDetail.Reference
- Enclosing interface:
- ReferencesChangeDetail
public static interface ReferencesChangeDetail.NameReference
extends ReferencesChangeDetail.Reference
Specific type on references identified by their uid and type.
- Since:
- 4.2.400
-
Method Details
-
getUid
Get the uid of the referenced element.- Returns:
- The element's uid.
- Since:
- 4.2.400
-
getUidType
Get the type of the referenced element.- Returns:
- The element's type.
- Since:
- 4.2.400
-