Package de.espirit.firstspirit.storage
Interface ReferencesChangeDetail.ExternalReference
- All Superinterfaces:
- ReferencesChangeDetail.Reference
- Enclosing interface:
- ReferencesChangeDetail
public static interface ReferencesChangeDetail.ExternalReference
extends ReferencesChangeDetail.Reference
Specific type on external references identified by their external resource.
- Since:
- 4.2.400
- 
Method SummaryModifier and TypeMethodDescriptionGet the category of the reference.@NotNull StringGet the external reference.
- 
Method Details- 
getReferenceGet the external reference.- Returns:
- The external reference.
- Since:
- 4.2.400
 
- 
getCategoryString getCategory()Get the category of the reference.- Returns:
- the category of the external reference.
- Since:
- 4.2.420
 
 
-