public class VSConnection extends Object
Modifier and Type | Field and Description |
---|---|
PropCnr |
masterParent
The master parent.
|
PropCnr |
property
The property to connect to a VS field.
|
String |
suggestedName
The suggested name.
|
String |
vsBaseReference
The base reference to the VS (base property container must exist).
|
Constructor and Description |
---|
VSConnection(PropCnr masterParent,
PropCnr property,
String vsBaseReference)
Creates the connection.
|
VSConnection(PropCnr masterParent,
PropCnr property,
String vsBaseReference,
String suggestedName)
Creates the connection.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the VS field name.
|
void |
setName(String name)
Assigns the relative reference name.
|
public final PropCnr masterParent
public final PropCnr property
public final String suggestedName
public final String vsBaseReference
public VSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference)
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).public VSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference, String suggestedName)
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.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.