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 |
BaseUnionArray
Base class for implementing a UnionArray.
|
Modifier and Type | Field and Description |
---|---|
protected UnionArray |
BasePVUnionArray.unionArray |
Modifier and Type | Method and Description |
---|---|
UnionArray |
BasePVUnionArray.getUnionArray() |
Constructor and Description |
---|
BasePVUnionArray(UnionArray unionArray)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
UnionArray |
FieldCreate.createUnionArray(Union elementUnion)
Create an Array field that is has element type Union
|
UnionArray |
FieldCreate.createVariantUnionArray()
Create a variant UnionArray (aka any type) field.
|
UnionArray |
PVUnionArray.getUnionArray()
Get the introspection interface.
|
Modifier and Type | Method and Description |
---|---|
PVUnionArray |
PVDataCreate.createPVUnionArray(UnionArray unionArray)
Create an implementation of an array with union elements.
|
boolean |
Convert.isCopyUnionArrayCompatible(UnionArray from,
UnionArray to)
Are from and to valid for copyUnionArray.
|
Copyright © 2014. All Rights Reserved.