Package com.iizigo.vs

Class VSConnection

java.lang.Object
com.iizigo.vs.VSConnection

public class VSConnection extends Object
Class used to create connection to a VS field.
Author:
Christopher Mindus
  • Field Details Link icon

    • masterParent Link icon

      public final PropCnr masterParent
      The master parent.
    • property Link icon

      public final PropCnr property
      The property to connect to a VS field.
    • suggestedName Link icon

      public final String suggestedName
      The suggested name.
    • vsBaseReference Link icon

      public final String vsBaseReference
      The base reference to the VS (base property container must exist).
  • Constructor Details Link icon

    • VSConnection Link icon

      public VSConnection(PropCnr masterParent, PropCnr property, String vsBaseReference)
      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 Link icon

      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 Link icon

    • setName Link icon

      public void setName(String name)
      Assigns the relative reference name.
      Parameters:
      name - The VS Field reference.
    • getName Link icon

      public String getName()
      Gets the VS field name.
      Returns:
      The VS field name.