Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.property |
This package contains interfaces and code for standard pvData structure fields.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePVString
Base class for PVString.
|
Modifier and Type | Method and Description |
---|---|
PVString |
BasePVStructure.getStringField(String fieldName) |
Modifier and Type | Field and Description |
---|---|
PVString |
PVDisplayFactory.pvDescription |
PVString |
PVDisplayFactory.pvFormat |
PVString |
PVDisplayFactory.pvUnits |
Modifier and Type | Field and Description |
---|---|
static PVScalarType<PVString,PVStringArray> |
PVScalarType.pvString |
Modifier and Type | Method and Description |
---|---|
PVString |
PVStructure.getStringField(String fieldName)
Find a string subfield with the specified fieldName.
|
Copyright © 2014. All Rights Reserved.