| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PiRegisterCell.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static PiRegisterCell.Builder | 
builder()
Returns a register cell entry builder. 
 | 
PiRegisterCellId | 
cellId()
Returns the cell identifier. 
 | 
PiData | 
data()
Returns the data contained by this cell ID. 
 | 
boolean | 
equals(Object obj)  | 
PiHandle | 
handle(DeviceId deviceId)
Returns a handle for this PI entity and the given device ID. 
 | 
int | 
hashCode()  | 
PiEntityType | 
piEntityType()
Returns the type of this entity. 
 | 
String | 
toString()  | 
public PiRegisterCellId cellId()
public PiData data()
public PiEntityType piEntityType()
PiEntitypiEntityType in interface PiEntitypublic PiHandle handle(DeviceId deviceId)
PiEntitypublic static PiRegisterCell.Builder builder()