java.lang.Object
io.xpipe.core.source.DataSourceReference.Name
- All Implemented Interfaces:
DataSourceReference
- Enclosing interface:
DataSourceReference
Using only the data source name allows for a shorthand way of referring to data sources.
This works as long there are no two different data sources with the same name in different collections.
If this name reference is ambiguous, the data source referral fails.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.xpipe.core.source.DataSourceReference
DataSourceReference.Id, DataSourceReference.Latest, DataSourceReference.Name, DataSourceReference.Type -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Name
public Name()
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceDataSourceReference- Overrides:
toStringin classObject
-
toRefString
Description copied from interface:DataSourceReferenceReturns the internal string representation of this reference.- Specified by:
toRefStringin interfaceDataSourceReference
-
equals
-
hashCode
public int hashCode() -
getType
- Specified by:
getTypein interfaceDataSourceReference
-
getId
- Specified by:
getIdin interfaceDataSourceReference
-
getName
- Specified by:
getNamein interfaceDataSourceReference
-