Interface OwnerAvailable
-
- All Known Implementing Classes:
ColumnSegment,FunctionNameSegment,IndexSegment,IndexTypeSegment,PackageSegment,ShorthandProjectionSegment,SimpleTableSegment,TypeSegment
public interface OwnerAvailableOwner available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<OwnerSegment>getOwner()Get owner.voidsetOwner(OwnerSegment owner)Set owner.
-
-
-
Method Detail
-
getOwner
Optional<OwnerSegment> getOwner()
Get owner.- Returns:
- owner
-
setOwner
void setOwner(OwnerSegment owner)
Set owner.- Parameters:
owner- owner
-
-