public interface PVTimeStamp
Modifier and Type | Method and Description |
---|---|
boolean |
attach(PVField pvField)
Attempt to attach to a timeStamp field.
|
void |
detach()
Remove attachment to timeStamp field.
|
void |
get(TimeStamp timeStamp)
Get the TimeStamp.
|
boolean |
isAttached()
Is this attached to a timeStamp structure.
|
boolean |
set(TimeStamp timeStamp)
Set the timeStamp.
|
boolean attach(PVField pvField)
pvField
- The field for which to find a timeStamp field,void detach()
boolean isAttached()
void get(TimeStamp timeStamp)
boolean set(TimeStamp timeStamp)
timeStamp
- The new value.Copyright © 2014. All Rights Reserved.