Uses of Class
com.iizix.prop.vs.VSFieldReference
Packages that use VSFieldReference Package Description com.iizix.db.prop com.iizix.prop.vs com.iizix.prop.vs.actor com.iizix.ws.prop com.iizix.ws.prop.url Uses of VSFieldReference in com.iizix.db.prop
Methods in com.iizix.db.prop that return VSFieldReference Modifier and Type Method Description VSFieldReference
ResultProps. getVSFieldReference()
Gets the VSField reference.Methods in com.iizix.db.prop that return types with arguments of type VSFieldReference Modifier and Type Method Description java.lang.Class<VSFieldReference>
InputVariable. getVSReferenceClass()
Gets the class wanted for VS references.Uses of VSFieldReference in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return VSFieldReference Modifier and Type Method Description VSFieldReference
VSFieldReference. clone()
Overrides clone to clear existing parent listener.Uses of VSFieldReference in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor that return VSFieldReference Modifier and Type Method Description VSFieldReference
SetSourceFieldValue.Settings. getSourceFieldReference()
Gets the source field reference.VSFieldReference
TransportField.Settings. getSourceFieldReference()
Gets the source field reference.VSFieldReference
SetTargetFieldValue.Settings. getTargetFieldReference()
Gets the target field reference.VSFieldReference
TransportField.Settings. getTargetFieldReference()
Gets the target field reference.Uses of VSFieldReference in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return types with arguments of type VSFieldReference Modifier and Type Method Description java.lang.Class<VSFieldReference>
OutputVariable. getVSReferenceClass()
Gets the class wanted for VS references.Uses of VSFieldReference in com.iizix.ws.prop.url
Methods in com.iizix.ws.prop.url that return types with arguments of type VSFieldReference Modifier and Type Method Description java.lang.Class<VSFieldReference>
URLInputParameter. getVSReferenceClass()
Gets the class wanted for VS references.