Uses of Class
com.pervasive.datarush.util.Reference
-
Packages that use Reference Package Description com.pervasive.datarush.operators.model Provides operators for handling models.com.pervasive.datarush.util Provides utilities useful in DataRush application development. -
-
Uses of Reference in com.pervasive.datarush.operators.model
Methods in com.pervasive.datarush.operators.model that return Reference Modifier and Type Method Description Reference<T>
GetModel. getModelReference()
For advanced use only; returns the reference location where the model is to be set.Reference<T>
PutModel. getModelReference()
For advanced use only; returns the reference location where the model is to be obtained.Methods in com.pervasive.datarush.operators.model with parameters of type Reference Modifier and Type Method Description void
GetModel. setModelReference(Reference<T> reference)
For advanced use only; specifies a reference location where the model is to be set.void
PutModel. setModelReference(Reference<T> reference)
For advanced use only; sets the reference location where the model is to be obtained. -
Uses of Reference in com.pervasive.datarush.util
Methods in com.pervasive.datarush.util that return Reference Modifier and Type Method Description static <T> Reference<T>
Reference. newInstance()
Constructs a new reference object.
-