public class PVTimeStampFactory extends Object implements PVTimeStamp
Constructor and Description |
---|
PVTimeStampFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
attach(PVField pvField)
Attempt to attach to a timeStamp field.
|
static PVTimeStamp |
create()
Create a PVTimeStamp.
|
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.
|
public static PVTimeStamp create()
public boolean attach(PVField pvField)
PVTimeStamp
attach
in interface PVTimeStamp
pvField
- The field for which to find a timeStamp field,public void detach()
PVTimeStamp
detach
in interface PVTimeStamp
public boolean isAttached()
PVTimeStamp
isAttached
in interface PVTimeStamp
public void get(TimeStamp timeStamp)
PVTimeStamp
get
in interface PVTimeStamp
public boolean set(TimeStamp timeStamp)
PVTimeStamp
set
in interface PVTimeStamp
timeStamp
- The new value.Copyright © 2014. All Rights Reserved.