Uses of Class
xal.tools.ArrayValue
Packages that use ArrayValue
Package
Description
The Open XAL EPICS7 plugin was introduced in v4.0.
-
Uses of ArrayValue in xal.ca
Fields in xal.ca declared as ArrayValueModifier and TypeFieldDescriptionprotected ArrayValueChannelRecordImpl.storeinternal data storageMethods in xal.ca that return ArrayValueModifier and TypeMethodDescriptionChannelRecord.arrayValue()Get the internal storage.ChannelRecordImpl.arrayValue()Get the internal storage.Channel.getArrayValue()Fetch the data value for the channel and return it as an ArrayValue.ValueAdaptor.getStore() -
Uses of ArrayValue in xal.plugin.epics7
Methods in xal.plugin.epics7 that return ArrayValue -
Uses of ArrayValue in xal.tools
Methods in xal.tools that return ArrayValueModifier and TypeMethodDescriptionstatic ArrayValueArrayValue.arrayValueFromArray(Object newArray) Create a new ArrayValue from an Object array.static ArrayValueArrayValue.byteStore(byte scalar) Factory method to instantiate a new ArrayValue store for the byte scalar typestatic ArrayValueArrayValue.byteStore(byte[] newArray) Factory method to instantiate a new ArrayValue store for the byte array typestatic ArrayValueArrayValue.doubleStore(double scalar) Factory method to instantiate a new ArrayValue store for the double scalar typestatic ArrayValueArrayValue.doubleStore(double[] newArray) Factory method to instantiate a new ArrayValue store for the double array typestatic ArrayValueArrayValue.floatStore(float scalar) Factory method to instantiate a new ArrayValue store for the float scalar typestatic ArrayValueArrayValue.floatStore(float[] newArray) Factory method to instantiate a new ArrayValue store for the float array typestatic ArrayValueArrayValue.intStore(int scalar) Factory method to instantiate a new ArrayValue store for the int scalar typestatic ArrayValueArrayValue.intStore(int[] newArray) Factory method to instantiate a new ArrayValue store for the int array typestatic ArrayValueArrayValue.longStore(long scalar) Factory method to instantiate a new ArrayValue store for the long scalar typestatic ArrayValueArrayValue.longStore(long[] newArray) Factory method to instantiate a new ArrayValue store for the long array typestatic ArrayValueArrayValue.numberStore(Number number) Factory method to instantiate a new ArrayValue store from a Number.static ArrayValueArrayValue.shortStore(short scalar) Factory method to instantiate a new ArrayValue store for the short scalar typestatic ArrayValueArrayValue.shortStore(short[] newArray) Factory method to instantiate a new ArrayValue store for the short array typestatic ArrayValueArrayValue.stringStore(String scalar) Factory method to instantiate a new ArrayValue store for the String scalar typestatic ArrayValueArrayValue.stringStore(String[] newArray) Factory method to instantiate a new ArrayValue store for the String array type -
Uses of ArrayValue in xal.tools.transforms
Methods in xal.tools.transforms that return ArrayValueModifier and TypeMethodDescriptionValueTransform.convertFromRaw(ArrayValue rawValue) Convert an ArrayValue instance from a raw value to a processed valueValueTransform.convertToRaw(ArrayValue physicalValue) Convert an ArrayValue instance from a processed value to a raw valueMethods in xal.tools.transforms with parameters of type ArrayValueModifier and TypeMethodDescriptionValueTransform.convertFromRaw(ArrayValue rawValue) Convert an ArrayValue instance from a raw value to a processed valueValueTransform.convertToRaw(ArrayValue physicalValue) Convert an ArrayValue instance from a processed value to a raw value