public class PVScalarType<T extends PVScalar,TA extends PVScalarArray> extends Object
Modifier and Type | Field and Description |
---|---|
static PVScalarType<PVBoolean,PVBooleanArray> |
pvBoolean |
static PVScalarType<PVByte,PVByteArray> |
pvByte |
static PVScalarType<PVDouble,PVDoubleArray> |
pvDouble |
static PVScalarType<PVFloat,PVFloatArray> |
pvFloat |
static PVScalarType<PVInt,PVIntArray> |
pvInt |
static PVScalarType<PVLong,PVLongArray> |
pvLong |
static PVScalarType<PVShort,PVShortArray> |
pvShort |
static PVScalarType<PVString,PVStringArray> |
pvString |
static PVScalarType<PVUByte,PVUByteArray> |
pvUByte |
static PVScalarType<PVUInt,PVUIntArray> |
pvUInt |
static PVScalarType<PVULong,PVULongArray> |
pvULong |
static PVScalarType<PVUShort,PVUShortArray> |
pvUShort |
Modifier | Constructor and Description |
---|---|
protected |
PVScalarType(ScalarType scalarType,
Class<T> pvFieldClass,
Class<TA> pvFieldArrayClass) |
Modifier and Type | Method and Description |
---|---|
Class<TA> |
getPVFieldArrayClass() |
Class<T> |
getPVFieldClass() |
ScalarType |
getScalarType() |
public static final PVScalarType<PVBoolean,PVBooleanArray> pvBoolean
public static final PVScalarType<PVByte,PVByteArray> pvByte
public static final PVScalarType<PVShort,PVShortArray> pvShort
public static final PVScalarType<PVInt,PVIntArray> pvInt
public static final PVScalarType<PVLong,PVLongArray> pvLong
public static final PVScalarType<PVUByte,PVUByteArray> pvUByte
public static final PVScalarType<PVUShort,PVUShortArray> pvUShort
public static final PVScalarType<PVUInt,PVUIntArray> pvUInt
public static final PVScalarType<PVULong,PVULongArray> pvULong
public static final PVScalarType<PVFloat,PVFloatArray> pvFloat
public static final PVScalarType<PVDouble,PVDoubleArray> pvDouble
public static final PVScalarType<PVString,PVStringArray> pvString
protected PVScalarType(ScalarType scalarType, Class<T> pvFieldClass, Class<TA> pvFieldArrayClass)
public ScalarType getScalarType()
Copyright © 2014. All Rights Reserved.