public class GetHelper extends Object
Constructor and Description |
---|
GetHelper() |
Modifier and Type | Method and Description |
---|---|
static Vector<Boolean> |
getBooleanVector(PVBooleanArray pv) |
static Vector<Byte> |
getByteVector(PVByteArray pv) |
static Vector<Double> |
getDoubleVector(PVDoubleArray pv) |
static Vector<Long> |
getLongVector(PVLongArray pv) |
static Vector<String> |
getStringVector(PVStringArray pv) |
public static Vector<Double> getDoubleVector(PVDoubleArray pv)
public static Vector<Long> getLongVector(PVLongArray pv)
public static Vector<Byte> getByteVector(PVByteArray pv)
public static Vector<String> getStringVector(PVStringArray pv)
public static Vector<Boolean> getBooleanVector(PVBooleanArray pv)
Copyright © 2014. All Rights Reserved.