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 SummaryFields
- Constructor SummaryConstructorsConstructorDescription- VSConnection- (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- masterParentThe master parent.
- propertyThe property to connect to a VS field.
- suggestedNameThe suggested name.
- vsBaseReferenceThe base reference to the VS (base property container must exist).
 
- Constructor Details- VSConnectionCreates 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).
 
- VSConnectionpublic 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- setNameAssigns the relative reference name.- Parameters:
- name- The VS Field reference.
 
- getNameGets the VS field name.- Returns:
- The VS field name.