Class LinkProperties


  • public final class LinkProperties
    extends Object
    Handles PV_LINK properties Creation date: (1.2.2001 22:24:28)
    Author:
    Matej Sekoranja
    • Constructor Detail

      • LinkProperties

        public LinkProperties​(LinkSource fd)
        Insert the method's description here. Creation date: (30.1.2001 9:53:33)
        Parameters:
        fd - fd
    • Method Detail

      • getMaximize

        public String getMaximize()
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Returns:
        java.lang.String
      • getOptions

        public String getOptions()
        Insert the method's description here. Creation date: (30.1.2001 14:01:58)
        Returns:
        java.lang.String
      • getCompactOptions

        public String getCompactOptions()
        Insert the method's description here. Creation date: (30.1.2001 14:01:58)
        Returns:
        java.lang.String
      • getCompactLinkDef

        public String getCompactLinkDef()
        Insert the method's description here. Creation date: (30.1.2001 14:01:58)
        Returns:
        java.lang.String
      • getTarget

        public String getTarget()
        Insert the method's description here. Creation date: (30.1.2001 14:01:58)
        Returns:
        java.lang.String
      • getOptions

        public static String getOptions​(LinkSource fd)
        This method was created in VisualAge.
        Parameters:
        fd - com.cosylab.vdct.vdb.VDBFieldData
        Returns:
        java.lang.String
      • getProcess

        public String getProcess()
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Returns:
        java.lang.String
      • getRecord

        public String getRecord()
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Returns:
        java.lang.String
      • getTarget

        public static String getTarget​(LinkSource fd)
        Insert the method's description here. Creation date: (30.1.2001 9:43:15)
        Parameters:
        fd - com.cosylab.vdct.vdb.VDBFieldData
        Returns:
        java.lang.String
      • getTargetFromString

        public static String getTargetFromString​(String value)
        Insert the method's description here. Creation date: (30.1.2001 9:43:15)
        Parameters:
        value - java.lang.String
        Returns:
        java.lang.String
      • getRecordFromString

        public static String getRecordFromString​(String value)
        Parameters:
        value - value
        Returns:
        something
      • getType

        public int getType()
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Returns:
        int
      • getType

        public static int getType​(LinkSource fd)
        Insert the method's description here. Creation date: (29.1.2001 22:55:09)
        Parameters:
        fd - com.cosylab.vdct.graphics.object.LinkSource
        Returns:
        int
      • getVarName

        public String getVarName()
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Returns:
        java.lang.String
      • isIsInterGroupLink

        public boolean isIsInterGroupLink()
        Insert the method's description here. Creation date: (31.1.2001 20:36:39)
        Returns:
        boolean
      • setIsInterGroupLink

        public void setIsInterGroupLink​(boolean newIsInterGroupLink)
        Insert the method's description here. Creation date: (31.1.2001 20:36:39)
        Parameters:
        newIsInterGroupLink - boolean
      • setMaximize

        public void setMaximize​(String newMaximize)
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Parameters:
        newMaximize - java.lang.String
      • setProcess

        public void setProcess​(String newProcess)
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Parameters:
        newProcess - java.lang.String
      • setRecord

        public void setRecord​(String newRecord)
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Parameters:
        newRecord - java.lang.String
      • setType

        public void setType​(int newType)
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Parameters:
        newType - int
      • setVarName

        public void setVarName​(String newVarName)
        Insert the method's description here. Creation date: (30.1.2001 9:56:35)
        Parameters:
        newVarName - java.lang.String
      • update

        public void update​(LinkSource fd)
        Insert the method's description here. Creation date: (30.1.2001 12:38:32)
        Parameters:
        fd - fd