Package com.iizigo.vs
Class VSConnection
java.lang.Object
com.iizigo.vs.VSConnection
Class used to create connection to a VS field.
- Author:
- Christopher Mindus
Field Summary
FieldsConstructor Summary
ConstructorsConstructorDescriptionVSConnection
(PropCnr masterParent, PropCnr property, String vsBaseReference) Creates the connection.VSConnection
(PropCnr masterParent, PropCnr property, String vsBaseReference, String suggestedName) Creates the connection.Method Summary
Field Details
Constructor Details
VSConnection
Creates the connection.- Parameters:
masterParent
- The "master" parent, i.e. maybe not the direct parent.property
- The property.vsBaseReference
- The base reference to the VS (base property container must exist).
VSConnection
public VSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference, String suggestedName) Creates the connection.- Parameters:
masterParent
- The "master" parent, i.e. maybe not the direct parent.property
- The property.vsBaseReference
- The base reference to the VS (base property container must exist).suggestedName
- The suggested name, or null to use the property name.
Method Details