public class OPCItem extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getModifier()
Gets a string containing more detailed information about the item's quality.
|
Quality |
getQuality()
Gets the basic quality of the item.
|
String |
getTag()
Gets the name of the item on the server.
|
Instant |
getTimestamp()
Gets the time at which the item was updated by the server.
|
ScalarType |
getType()
Gets the server type of the item (if scalar) or the server type of the array elements.
|
Object |
getValue()
Returns the value as an Object which will be an instance
of one of a few standard Java classes, or an array of same.
|
boolean |
isArray()
Determines if this item is an array.
|
public String getTag()
public Object getValue()
public ScalarType getType()
public boolean isArray()
public Quality getQuality()
public String getModifier()
public Instant getTimestamp()
Copyright © 2017 LSST. All rights reserved.