Modifier and Type | Class and Description |
---|---|
class |
SecsFormatValueObject
This value object wraps a SecsFormat object.
|
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
SecsFormatValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
GemAlarmsEnabled.getValueObject() |
ValueObjectInterface |
GemAlarmsSet.getValueObject() |
ValueObjectInterface |
GemCLOCK.getValueObject() |
ValueObjectInterface |
GemControlState.getValueObject() |
ValueObjectInterface |
GemEventsEnabled.getValueObject() |
ValueObjectInterface |
GemMDLN.getValueObject()
Set the value to any listeners whenever it is requested.
|
ValueObjectInterface |
GemSOFTREV.getValueObject()
Set the value to any listeners whenever it is requested.
|
Modifier and Type | Method and Description |
---|---|
void |
GemALID.clear(ValueObjectInterface value)
Clears the alarm and triggers the event if enabled.
|
SecsFormatValueObject |
GemVID.convert(ValueObjectInterface value)
Converts the value object to a SecsFormatValueObject.
|
SecsMsg |
GemHandler.generateReport(GemCEID ceid,
ValueObjectInterface valueObject)
This will be called by the report when it wants to send a specific report.
|
SecsMsg |
ReportWriter.generateReport(GemCEID ceid,
ValueObjectInterface theValue) |
SecsMsg |
GemHandler.generateReport(GemCEID ceid,
ValueObjectInterface valueObject,
int function,
SecsMsg incoming)
This will be called by the report when it wants to send a specific report.
|
SecsMsg |
GemHandler.generateReport(GemCEID ceid,
ValueObjectInterface valueObject,
int function,
SecsMsg incoming,
boolean send)
This will be called by the report when it wants to send a specific report.
|
SecsFormat00 |
GemHandler.getReportValues(GemRPTID reportServer,
ValueObjectInterface valueObject,
boolean annotated)
Creates the list of values for the report given.
|
void |
GemALID.set(ValueObjectInterface value)
Sets the alarm and triggers the event if enabled.
|
void |
GemID.setProperty(java.lang.String name,
SecsFormat value,
ValueObjectInterface valueObject)
Find the DVNAME of the name and set the name and the value as a property
to the provided value object.
|
void |
GemHandler.setValue(java.lang.String vidName,
ValueObjectInterface value)
This allows the equipment to set the value of any VID.
|
void |
GemALID.setValueObject(ValueObjectInterface newValue)
Set the value to the new value.
|
void |
GemCEID.setValueObject(ValueObjectInterface newValue)
Received as a result of a value changed.
|
void |
GemDVNAME.setValueObject(ValueObjectInterface newValue)
Override the superclass to post the changed event.
|
void |
GemECID.setValueObject(ValueObjectInterface newValue)
Override the superclass to post the changed event.
|
void |
GemHostCEID.setValueObject(ValueObjectInterface newValue)
Publish a value.
|
void |
GemLIMITID.setValueObject(ValueObjectInterface newValue)
Checks the value of the incoming object against the limits.
|
void |
GemMDLN.setValueObject(ValueObjectInterface newValue)
If the incoming string is longer than 6 character then we will automatically set the SOFTREV.maxLength parameter to
be 20.
|
void |
GemRPTID.setValueObject(ValueObjectInterface value)
Sets the value of the report id.
|
void |
GemSOFTREV.setValueObject(ValueObjectInterface newValue)
If the incoming string is longer than 6 character then we will automatically set the SOFTREV.maxLength parameter to
be 20.
|
void |
GemSVID.setValueObject(ValueObjectInterface newValue)
Override the superclass to post the changed event.
|
void |
GemTimeFormat.setValueObject(ValueObjectInterface newValue)
Set the value to the new value.
|
void |
GemVID.setValueObject(ValueObjectInterface newValue)
Set the value to the new value.
|
void |
Monitor.setValueObject(ValueObjectInterface newValue)
Sets the new value to the monitor.
|
SecsFormat |
GemCEID.setValueObject(ValueObjectInterface newValue,
boolean saveData)
Received as a result of a value changed.
|
void |
GemTimeFormat.setValueObjectInternal(ValueObjectInterface newValue)
Set the value to the new value.
|
SecsFormat |
GemCEID.setValueObjectSaveData(ValueObjectInterface newValue)
Received as a result of a value changed.
|
void |
GemCEID.trigger(ValueObjectInterface newValue)
This will send the event report if the report is enabled and the trigger data quality is good.
|
void |
GemCEIDExportInterface.trigger(ValueObjectInterface newValue)
The trigger method from GemCEID.
|
Modifier and Type | Field and Description |
---|---|
ValueObjectInterface |
SecsFormat99.theData
Mimic of SecsFormat except that "theData" is a ValueObjectInterface.
|
Modifier and Type | Method and Description |
---|---|
static ValueObjectInterface |
PublishBean.convertSecsFormat(SecsFormat value)
This will return a ValueObjectInterface for a SecsFormat...
|
Modifier and Type | Method and Description |
---|---|
static SecsFormat |
SecsFormat99.convertToSecsFormat(ValueObjectInterface value)
This will return a SecsFormat for a given ValueObject.
|
static void |
TransSecsController.publish(java.lang.String toolName,
java.lang.String tagName,
ValueObjectInterface value)
Publish a VIB value object.
|
void |
PublishBean.publish(java.lang.String dataSourceName,
ValueObjectInterface value)
Publish a VIB value object.
|
void |
TransSecsController.publish(java.lang.String tagName,
ValueObjectInterface value)
Publish a VIB value object.
|
void |
VIBInMessageBean.publish(java.lang.String dataSourceName,
ValueObjectInterface value)
Publish a VIB value object.
|
void |
VIBInOutMessageBean.publish(java.lang.String dataSourceName,
ValueObjectInterface value)
Publish a VIB value object.
|
void |
VIBOutMessageBean.publish(java.lang.String tagName,
ValueObjectInterface value)
Publish should not be called on an out object.
|
void |
VIBInMessageBean.register(java.lang.String dataSourceName,
ValueObjectInterface value)
Register the data source name.
|
void |
VIBInOutMessageBean.register(java.lang.String dataSourceName,
ValueObjectInterface value)
Register the data source name.
|
Constructor and Description |
---|
SecsFormat99(ValueObjectInterface value) |
Modifier and Type | Field and Description |
---|---|
ValueObjectInterface |
MasterComparer.leftSideValue
This is the input value received at the leftSideValueInput.
|
ValueObjectInterface |
MasterComparer.rightSideValue
This is the input value received at the rightSideValueInput.
|
ValueObjectInterface |
MasterBooleanCalculator.secondValue
This is the input value received at the secondValueChanged input.
|
ValueObjectInterface |
MasterCalculator.secondValue
This is the input value received at the secondValueInput.
|
ValueObjectInterface |
MasterBooleanCalculator.value
This is the input value received at the valueChanged input.
|
ValueObjectInterface |
MasterCalculator.value
This is the input value received at the valueInput.
|
ValueObjectInterface |
MasterMathConversions.value
This is the input value received at the valueInput.
|
ValueObjectInterface |
TrueFalseManipulator.value
This is the input value received at the valueChanged input.
|
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
MasterBooleanCalculator.checkValidValue(ValueObjectInterface newValue)
This is used to check that only boolean values may be used.
|
ValueObjectInterface |
MasterCalculator.checkValidValue(ValueObjectInterface newValue)
This returns a valid LongValueObject or DoubleValueObject for the input.
|
ValueObjectInterface |
MasterMathConversions.checkValidValue(ValueObjectInterface newValue)
This returns a valid LongValueObject or DoubleValueObject for the input.
|
ValueObjectInterface |
Constant.updateColor(ValueObjectInterface newValueObject)
The superclass sets the color according to values/levels which is not
what we want for this component.
|
ValueObjectInterface |
PropertyFilter.updateColor(ValueObjectInterface newValueObject)
The superclass sets the color according to values/levels which is not
what we want for this component.
|
ValueObjectInterface |
LocalSecurityManager.validateCredentials(java.lang.String username,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
MasterBooleanCalculator.checkValidValue(ValueObjectInterface newValue)
This is used to check that only boolean values may be used.
|
ValueObjectInterface |
MasterCalculator.checkValidValue(ValueObjectInterface newValue)
This returns a valid LongValueObject or DoubleValueObject for the input.
|
ValueObjectInterface |
MasterMathConversions.checkValidValue(ValueObjectInterface newValue)
This returns a valid LongValueObject or DoubleValueObject for the input.
|
void |
PopupInitializer.setInitializerValue(ValueObjectInterface stringValue)
This method is called by the PopuHelper with a value object that is the
string to use to initializer the popup.
|
void |
PopupInitializer.ConnectableDataSource.setInitialValueObject(ValueObjectInterface newValue)
In the connectable data source if the string value of the input is enclosed in {}
then instead of sending the value to the server the data source will strip the {}
and make a connection to the server that is reference by the string remaining.
|
void |
Blinker.setValueObject(ValueObjectInterface newValue)
Sets the blinking flag to start the component blinking.
|
void |
BroadcastServer.setValueObject(ValueObjectInterface newValue)
This is here to allow outside development systems to change the value
of the broadcast server.
|
void |
ConvertFromHex.setValueObject(ValueObjectInterface value)
This method will be called from all the servers sending values.
|
void |
ConvertToHex.setValueObject(ValueObjectInterface value)
This method will be called from all the servers sending values.
|
void |
DecimalFormatter.setValueObject(ValueObjectInterface value)
This will capture the incoming value...
|
void |
IPAddressServer.setValueObject(ValueObjectInterface newValue)
In the default implementation sends out dummy values.
|
void |
PassOnThread.setValueObject(ValueObjectInterface newValue)
Sets the value of this object as a ValueObject.
|
void |
PopupInitializer.setValueObject(ValueObjectInterface stringValue)
This method is called by the PopuHelper with a value object that is the
string to use to initializer the popup.
|
void |
Scaler.setValueObject(ValueObjectInterface newValue)
This method will be called from all the servers sending values.
|
void |
TimeDelayTrigger.timeToSend(ValueObjectInterface value)
Called when the timer expires.
|
void |
Counter.update(ValueObjectInterface triggerValue)
Update called whenever output is needed.
|
void |
PropertyFilter.update(ValueObjectInterface newValue)
This takes the incoming value and sets the quality of the data.
|
ValueObjectInterface |
Constant.updateColor(ValueObjectInterface newValueObject)
The superclass sets the color according to values/levels which is not
what we want for this component.
|
ValueObjectInterface |
PropertyFilter.updateColor(ValueObjectInterface newValueObject)
The superclass sets the color according to values/levels which is not
what we want for this component.
|
Modifier and Type | Method and Description |
---|---|
void |
ArraySplitter.SplitterDataSource.setInitialValueObject(ValueObjectInterface newValue)
Called when the array is first split.
|
void |
IOTArraySplitter.SplitterDataSource.setInitialValueObject(ValueObjectInterface newValue)
Called when the array is first split.
|
void |
IOTArraySplitter.update(ValueObjectInterface value)
Update the outputs from the event.
|
void |
IOTArraySplitter.update(ValueObjectInterface value,
long timeMillis)
Update the outputs from the event.
|
Modifier and Type | Field and Description |
---|---|
ValueObjectInterface |
DateCreator.day |
ValueObjectInterface |
DateCreator.hour |
ValueObjectInterface |
DateCreator.minute |
ValueObjectInterface |
DateCreator.month |
ValueObjectInterface |
DateCreator.seconds |
ValueObjectInterface |
DateCreator.year |
Modifier and Type | Method and Description |
---|---|
void |
DateToLong.setValueObject(ValueObjectInterface newValue)
This takes a Date input value and converts it to a long.
|
void |
LongToDate.setValueObject(ValueObjectInterface newValue)
This converts the input value to a long, which is converted to a Date.
|
Modifier and Type | Method and Description |
---|---|
void |
PidControl.setValueObject(ValueObjectInterface newValue)
This method will be called from the server sending value for the process value
when this value is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
CombineStrings.setValueObject(ValueObjectInterface v)
This composes the output String when there is a new base String value.
|
void |
RegularExpression.setValueObject(ValueObjectInterface newValue) |
void |
SQLSelectStatement.setValueObject(ValueObjectInterface v)
This sets the value of the new StringValueObject.
|
void |
StringTrimmer.setValueObject(ValueObjectInterface v)
This sets the value of the new StringValueObject.
|
void |
TokenReplace.setValueObject(ValueObjectInterface v)
This sets the value of the new StringValueObject.
|
Modifier and Type | Field and Description |
---|---|
ValueObjectInterface |
DataSource.currentValue
a ValueObject containing the current value of this data source
|
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
SimpleDataSource.authenticatedClientRequest(java.lang.String request,
int requestId,
ValueObjectInterface value)
This method is called by a client, potentially over the net, to perform some operation.
|
ValueObjectInterface |
DataSource.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
This is an alternate mechanism for the client to contact the server.
|
ValueObjectInterface |
DeviceManagerManipulator.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
Overridden to allow for a DeviceInterface.PREPARE_SERVER and DeviceInterface.RELEASE_SERVER.
|
ValueObjectInterface |
SimpleDataSource.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
This is an others to contact the server.
|
ValueObjectInterface |
DataSource.executeInScriptInternal(ValueObjectInterface newValue)
This method will execute the script.
|
ValueObjectInterface |
DataSource.executeScript(ValueObjectInterface newValue)
This method will execute the script by calling executeScriptInternal.
|
ValueObjectInterface |
DataSource.executeScriptInternal(java.lang.String whichScript,
ValueObjectInterface newValue)
This method will execute the script.
|
ValueObjectInterface |
DataSource.executeScriptInternal(ValueObjectInterface newValue)
This method will execute the script.
|
ValueObjectInterface |
DataSource.getIncomingValueObject()
Returns the value object from the last event or a bad quality "Not Triggered" if the
component has not been triggered.
|
ValueObjectInterface |
TwoDimensionalDataSource.getTimestampedValues()
This will return a generated timestamped TwoDimensionalValueObject.
|
ValueObjectInterface |
DataSource.getValueObject()
This will return the current value of the server as a ValueObjectInterface.
|
ValueObjectInterface |
ArrayDataSource.getValues()
This will return a generated ArrayValueObject.
|
ValueObjectInterface |
TwoDimensionalDataSource.getXYValues()
This will return a non-timestamped single X, multiple Y TwoDimensionalValueObject
|
ValueObjectInterface |
DataSource.updateColor(ValueObjectInterface newValueObject)
This method will be called AFTER the currentValue is updated, and BEFORE
we updateListeners.
|
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
SimpleDataSource.authenticatedClientRequest(java.lang.String request,
int requestId,
ValueObjectInterface value)
This method is called by a client, potentially over the net, to perform some operation.
|
ValueObjectInterface |
DataSource.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
This is an alternate mechanism for the client to contact the server.
|
ValueObjectInterface |
DeviceManagerManipulator.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
Overridden to allow for a DeviceInterface.PREPARE_SERVER and DeviceInterface.RELEASE_SERVER.
|
ValueObjectInterface |
SimpleDataSource.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
This is an others to contact the server.
|
void |
SimpleDataSource.clientResponse(java.lang.String request,
int requestId,
ValueObjectInterface value)
The response to a client request.
|
ValueObjectInterface |
DataSource.executeInScriptInternal(ValueObjectInterface newValue)
This method will execute the script.
|
ValueObjectInterface |
DataSource.executeScript(ValueObjectInterface newValue)
This method will execute the script by calling executeScriptInternal.
|
ValueObjectInterface |
DataSource.executeScriptInternal(java.lang.String whichScript,
ValueObjectInterface newValue)
This method will execute the script.
|
ValueObjectInterface |
DataSource.executeScriptInternal(ValueObjectInterface newValue)
This method will execute the script.
|
void |
DataSource.Writable.setValueObject(ValueObjectInterface newValue)
This is here to allow outside development systems to change the value of this active control.
|
void |
SimpleDataSource.setValueObject(ValueObjectInterface newValue)
Sets the value of this object as a ValueObject.
|
ValueObjectInterface |
DataSource.updateColor(ValueObjectInterface newValueObject)
This method will be called AFTER the currentValue is updated, and BEFORE
we updateListeners.
|
void |
DataSource.updateListeners(ValueObjectInterface newValue,
ValueUpdateResponseListener valueUpdateResponseListener)
Updates all valueChangedListeners by sending a ValueChangedEvent to them.
|
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
ControlLogixDataBlock.getValue()
Returns the value to be written, or null if reading.
|
ValueObjectInterface[] |
ControlLogixResponseDataBlock.getValues()
Return the list of values from the PLC.
|
Modifier and Type | Method and Description |
---|---|
void |
DF1Server.setValueObject(ValueObjectInterface newValue)
This is here to allow outside development systems to change the value
of the broadcast server.
|
Constructor and Description |
---|
ControlLogixDataBlock(java.lang.String tag,
byte type,
ValueObjectInterface value,
int plcStationNumber)
Create the block with a single tag and a value to write to the server.
|
ControlLogixResponseDataBlock(ValueObjectInterface[] values)
Create the block with the list of tag names.
|
Modifier and Type | Method and Description |
---|---|
void |
FinsServer.setValueObject(ValueObjectInterface newValue)
This is here to allow outside development systems to change the value
of the broadcast server.
|
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
MqttWrapper.TriggerPayloadDecoder.decode(MqttSubscribeServer mqttSubscribeServer,
java.lang.String topic,
MqttMessage message)
Check to see if the payload is JSON, if so decode it as DVID/DVVAL pairs.
|
ValueObjectInterface |
MqttWrapper.SecsFormat00PayloadDecoder.decode(MqttSubscribeServer mqttSubscribeServer,
java.lang.String topic,
MqttMessage message)
Decode the given string as a SecsFormat00
basic format is a "values" array { "values": [] }
the valuesArray must be valid (but could be empty) otherwise an exception is thrown.
|
Modifier and Type | Method and Description |
---|---|
void |
PLCServer.setValueObject(ValueObjectInterface value)
This method is called by beans and other data sources to set the value of this server.
|
Modifier and Type | Method and Description |
---|---|
void |
S7.setValueObject(ValueObjectInterface newValue)
This is here to allow outside development systems to change the value
of the broadcast server.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayValueObject
This will store an array of objects.
|
class |
BinaryValueObject
This is the instance of ValueObject that is created when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
class |
BooleanObjectValueObject
This is the instance of ValueObject that is created
from a java.lang.Boolean subclass.
|
class |
DateRangeValueObject |
class |
DoubleValueObject
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
class |
GenericValueObject
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
class |
HistoricalValueObject
This will store an array of values that where found with the two dates given.
|
class |
LongValueObject
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
class |
NumberObjectValueObject
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
class |
PropertyValueObject
This is the instance of ValueObject that is designed to send property
info to a bean, but without sending a new value.
|
class |
StringValueObject
This is the instance of ValueObject that is created
when you use the setBoolValue(), setIntValue(), setFloatValue()
and setStringValue().
|
class |
TwoDimensionalValueObject
This is a object that can hold a two dimensional array of ValueObjects.
|
class |
ValueObject |
Modifier and Type | Field and Description |
---|---|
ValueObjectInterface |
ValueChangedEvent.theValue
The value that is being passed by this event.
|
Modifier and Type | Method and Description |
---|---|
ValueObjectInterface |
StringValueObject.convertToLowestPrecisionNumber()
This will convert the StringValueObject to the lowest precision type, either a
LongValueObject or a DoubleValueObject.
|
ValueObjectInterface |
ValueObject.convertToLowestPrecisionNumber()
This returns the ValueObject unadulterated.
|
ValueObjectInterface |
ValueObjectInterface.convertToLowestPrecisionNumber()
This will convert the value object type to the lowest precision numeric type,
without loss of precision.
|
ValueObjectInterface |
ArrayValueObject.copy()
This will return a full copy of the ValueObject.
|
ValueObjectInterface |
BinaryValueObject.copy()
Returns a shallow copy of the value object.
|
ValueObjectInterface |
BooleanObjectValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
DateRangeValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
DoubleValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
GenericValueObject.copy()
Returns a deep copy of the value object if possible.
|
ValueObjectInterface |
HistoricalValueObject.copy()
This will return a full copy of the ValueObject.
|
ValueObjectInterface |
LongValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
NumberObjectValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
PropertyValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
StringValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
TwoDimensionalValueObject.copy()
Returns a deep copy of the value object.
|
ValueObjectInterface |
ValueObjectInterface.copy()
This will return a full copy of the ValueObject.
|
ValueObjectInterface |
ArrayValueObject.elementAt(int location)
Returns the element at the given location in the array.
|
ValueObjectInterface |
ArrayValueObject.get(int location)
Returns the element at the given location in the array.
|
static ValueObjectInterface |
ValueObject.getLowestPrecisionValueObject(java.lang.String value)
Returns the lowest precision value object that the string can be
converted to.
|
ValueObjectInterface |
ArrayValueObject.getValue(int loc)
This returns the ValueObject at the requested index
|
ValueObjectInterface |
TwoDimensionalValueObject.getValueAt(int rowIndex,
int columnIndex)
This will return the value at a specific location.
|
ValueObjectInterface |
ValueChangedEvent.getValueObject()
This will return the current value.
|
static ValueObjectInterface |
ValueObject.getValueObject(boolean newValue)
Static method that will return a LongValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(byte newValue)
Static method that will return a LongValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(char newValue)
Static method that will return a LongValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(java.awt.Color color)
Static method that will return a GenericValueObject generated from the
Color.
|
static ValueObjectInterface |
ValueObject.getValueObject(double newValue)
Static method that will return a DoubleValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(float newValue)
Static method that will return a DoubleValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(int newValue)
Static method that will return a LongValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(long newValue)
Static method that will return a LongValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(java.lang.Object newValue) |
static ValueObjectInterface |
ValueObject.getValueObject(short newValue)
Static method that will return a LongValueObject generated from the newValue.
|
static ValueObjectInterface |
ValueObject.getValueObject(java.lang.String newValue)
Static method that will return a StringValueObject generated from the newValue.
|
ValueObjectInterface |
ArrayValueObject.remove(int index) |
ValueObjectInterface |
ArrayValueObject.set(int index,
ValueObjectInterface element) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<ValueObjectInterface> |
TwoDimensionalValueObject.getColumnData(int columnIndex)
This is used to get all the data for a specific column.
|
java.util.Vector<ValueObjectInterface> |
TwoDimensionalValueObject.getRow(int rowIndex)
This will return a Vector of values for the given row.
|
java.util.Vector<ValueObjectInterface> |
ArrayValueObject.getValues()
Returns the vector of the array.
|
java.util.Iterator<ValueObjectInterface> |
ArrayValueObject.iterator() |
java.util.ListIterator<ValueObjectInterface> |
ArrayValueObject.listIterator() |
java.util.ListIterator<ValueObjectInterface> |
ArrayValueObject.listIterator(int index) |
java.util.List<ValueObjectInterface> |
ArrayValueObject.subList(int fromIndex,
int toIndex) |
Modifier and Type | Method and Description |
---|---|
static void |
ValueObject.acquireLatestPropertiesFrom(ValueObjectInterface target,
ValueObjectInterface source1,
ValueObjectInterface source2)
This method will do an "acquirePropertiesFrom" on both the incoming
values.
|
void |
ValueObject.acquirePropertiesFrom(ValueObjectInterface source)
Copies many of the attributes from this object to the target object.
|
void |
ValueObjectInterface.acquirePropertiesFrom(ValueObjectInterface sourceValueObject)
This will use all the settings (other than the value and type) in sourceValueObject to "fill" these
corresponding attributes of this ValueObject.
|
void |
ArrayValueObject.add(int index,
ValueObjectInterface element) |
boolean |
ArrayValueObject.add(ValueObjectInterface e) |
void |
ArrayValueObject.addElement(ValueObjectInterface newValue)
Adds a value to the array.
|
int |
ValueObject.compareTo(ValueObjectInterface otherValueObject)
This is our implementation (for JDK 1.1 compatibility) of the Comparable
interface of Java 2.
|
int |
ValueObjectInterface.compareTo(ValueObjectInterface otherValueObject)
This is our implementation (for JDK 1.1 compatibility) of the Comparable
interface of Java 2.
|
void |
ValueObject.fill(ValueObjectInterface target)
Deprecated.
#acquirePropertiesFrom. Please use vib.utils.ValueObject.aquirePropertiesFrom.
|
void |
ValueObjectInterface.fill(ValueObjectInterface newValue)
Deprecated.
#acquirePropertiesFrom. Please use vib.utils.ValueObject.Interface.acquirePropertiesFrom method
|
boolean |
ValueObject.replaces(ValueObjectInterface oldValue,
double deadband)
this is used to determine if we should send this valueobject to
replace oldValue.
|
boolean |
ValueObjectInterface.replaces(ValueObjectInterface oldValue,
double deadband)
This will determine if this ValueObject should be sent out to
replace another ValueObject.
|
ValueObjectInterface |
ArrayValueObject.set(int index,
ValueObjectInterface element) |
void |
ArrayValueObject.setValue(ValueObjectInterface newValue) |
void |
TwoDimensionalValueObject.setValueAt(ValueObjectInterface aValue,
int rowIndex,
int columnIndex)
The new value replaces the existing value at the row and column index provided.
|
static boolean |
ValueObject.shouldTrace(ValueObjectInterface value)
Returns true if the TRACE parameter is set and starts with a 'y' or 'Y'
|
Modifier and Type | Method and Description |
---|---|
boolean |
ArrayValueObject.addAll(java.util.Collection<? extends ValueObjectInterface> c) |
boolean |
ArrayValueObject.addAll(int index,
java.util.Collection<? extends ValueObjectInterface> c) |
void |
TwoDimensionalValueObject.addRow(java.util.Vector<ValueObjectInterface> newValues)
This will add a new row.
|
void |
TwoDimensionalValueObject.setColumnAt(java.util.Vector<ValueObjectInterface> column,
int index)
This will replace the column at the give index with the new column.
|
void |
ArrayValueObject.setValues(java.util.Vector<ValueObjectInterface> values)
sets the elements of the array from a vector
|
Constructor and Description |
---|
ValueChangedEvent(java.lang.Object source,
ValueObjectInterface newValue)
This constructor takes an Object as the source (which should be
a DataSource object in most cases) and a new value.
|
ValueChangedEvent(java.lang.Object source,
ValueObjectInterface newValue,
ValueUpdateResponseListener valueUpdateResponseListener)
This constructor takes an Object as the source (which should be
a DataSource object in most cases) and a new value.
|
Constructor and Description |
---|
ArrayValueObject(java.util.Vector<ValueObjectInterface> values) |
ArrayValueObject(java.util.Vector<ValueObjectInterface> values,
java.util.Locale locale)
Create an object from a vector in a given locale.
|
TwoDimensionalValueObject(java.util.Vector<java.util.Vector<ValueObjectInterface>> values,
java.util.Locale locale)
This is the generic constructor.
|
Constructor and Description |
---|
Value(ValueObjectInterface valueObject) |
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.