Package | Description |
---|---|
org.epics.pvdata.factory |
This package implements the interfaces defined in org.epics.pvdata.pv.
|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseUnion
Base class for implementing an union.
|
Modifier and Type | Method and Description |
---|---|
Union |
BaseFieldBuilder.createUnion() |
Union |
BasePVUnion.getUnion() |
Union |
BaseUnionArray.getUnion() |
Constructor and Description |
---|
BasePVUnion(Union union)
Constructor.
|
BaseUnionArray(Union elementUnion)
Constructor for BaseUnionArray
|
Modifier and Type | Method and Description |
---|---|
Union |
FieldBuilder.createUnion()
Create an
Union . |
Union |
FieldCreate.createUnion(String[] fieldNames,
Field[] fields)
Create an Union field.
|
Union |
FieldCreate.createUnion(String id,
String[] fieldNames,
Field[] fields)
Create an Union field with an identification.
|
Union |
FieldCreate.createVariantUnion()
Create a variant Union (aka any type) field.
|
Union |
UnionArray.getUnion()
Get the union interface for an array element.
|
Union |
PVUnion.getUnion()
Get the union introspection interface.
|
Modifier and Type | Method and Description |
---|---|
PVUnion |
PVDataCreate.createPVUnion(Union union)
Create implementation for PVUnion.
|
PVUnionArray |
PVDataCreate.createPVUnionArray(Union union) |
UnionArray |
FieldCreate.createUnionArray(Union elementUnion)
Create an Array field that is has element type Union
|
boolean |
Convert.isCopyUnionCompatible(Union from,
Union to)
Are from and to valid arguments for copyUnion.
|
Copyright © 2014. All Rights Reserved.