public interface StandardPVField
Modifier and Type | Method and Description |
---|---|
PVStructure |
enumerated(String[] choices)
Create a PVStructure with an enumerated value field
|
PVStructure |
enumerated(String[] choices,
String properties)
Create a PVStructure with an enumerated value field
|
PVStructure |
scalar(ScalarType type,
String properties)
Create a PVStructure with a scalar value field.
|
PVStructure |
scalarArray(ScalarType elementType,
String properties)
Create a PVStructure with a scalarArray value field.
|
PVStructure |
structureArray(Structure structure,
String properties)
Create a PVStructure with a structureArray value field.
|
PVStructure scalar(ScalarType type, String properties)
type
- The scalarTypeproperties
- Some combination of alarm,timeStamp,display,control,valueAlarmPVStructure scalarArray(ScalarType elementType, String properties)
elementType
- The scalarType for each element.properties
- Some combination of alarm,timeStamp,display,control,valueAlarmPVStructure structureArray(Structure structure, String properties)
properties
- Some combination of alarm,timeStampPVStructure enumerated(String[] choices)
choices
- The array of choices.PVStructure enumerated(String[] choices, String properties)
choices
- The array of choices.properties
- Some combination of alarm,timeStampCopyright © 2014. All Rights Reserved.