- java.lang.Object
-
- swim.runtime.StoreAddress
-
- All Implemented Interfaces:
Debug,CellAddress
public final class StoreAddress extends Object implements CellAddress, Debug
-
-
Constructor Summary
Constructors Constructor Description StoreAddress(String storeName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StoreAddresscreate(String storeName)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()StringstoreName()StoreAddressstoreName(String storeName)StringtoString()
-
-
-
Constructor Detail
-
StoreAddress
public StoreAddress(String storeName)
-
-
Method Detail
-
storeName
public String storeName()
-
storeName
public StoreAddress storeName(String storeName)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
create
public static StoreAddress create(String storeName)
-
-