com.cosylab.vdct.vdb
Class LinkProperties

java.lang.Object
  extended by com.cosylab.vdct.vdb.LinkProperties

public final class LinkProperties
extends java.lang.Object

Handles PV_LINK properties Creation date: (1.2.2001 22:24:28)

Author:
Matej Sekoranja

Field Summary
static int FWDLINK_FIELD
           
static int INLINK_FIELD
           
static int NOT_VALID
           
static int OUTLINK_FIELD
           
static int PORT_FIELD
           
static int TEMPLATE_MACRO
           
static int VARIABLE_FIELD
           
 
Constructor Summary
LinkProperties(LinkSource fd)
          Insert the method's description here.
 
Method Summary
 java.lang.String getCompactLinkDef()
          Insert the method's description here.
 java.lang.String getCompactOptions()
          Insert the method's description here.
 java.lang.String getMaximize()
          Insert the method's description here.
 java.lang.String getOptions()
          Insert the method's description here.
static java.lang.String getOptions(LinkSource fd)
          This method was created in VisualAge.
 java.lang.String getProcess()
          Insert the method's description here.
 java.lang.String getRecord()
          Insert the method's description here.
static java.lang.String getRecordFromString(java.lang.String value)
           
 java.lang.String getTarget()
          Insert the method's description here.
static java.lang.String getTarget(LinkSource fd)
          Insert the method's description here.
static java.lang.String getTargetFromString(java.lang.String value)
          Insert the method's description here.
 int getType()
          Insert the method's description here.
static int getType(LinkSource fd)
          Insert the method's description here.
 java.lang.String getVarName()
          Insert the method's description here.
 boolean isIsInterGroupLink()
          Insert the method's description here.
 void setIsInterGroupLink(boolean newIsInterGroupLink)
          Insert the method's description here.
 void setMaximize(java.lang.String newMaximize)
          Insert the method's description here.
 void setProcess(java.lang.String newProcess)
          Insert the method's description here.
 void setRecord(java.lang.String newRecord)
          Insert the method's description here.
 void setType(int newType)
          Insert the method's description here.
 void setVarName(java.lang.String newVarName)
          Insert the method's description here.
 void update(LinkSource fd)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_VALID

public static final int NOT_VALID
See Also:
Constant Field Values

INLINK_FIELD

public static final int INLINK_FIELD
See Also:
Constant Field Values

OUTLINK_FIELD

public static final int OUTLINK_FIELD
See Also:
Constant Field Values

FWDLINK_FIELD

public static final int FWDLINK_FIELD
See Also:
Constant Field Values

VARIABLE_FIELD

public static final int VARIABLE_FIELD
See Also:
Constant Field Values

PORT_FIELD

public static final int PORT_FIELD
See Also:
Constant Field Values

TEMPLATE_MACRO

public static final int TEMPLATE_MACRO
See Also:
Constant Field Values
Constructor Detail

LinkProperties

public LinkProperties(LinkSource fd)
Insert the method's description here. Creation date: (30.1.2001 9:53:33)

Method Detail

getMaximize

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

Returns:
java.lang.String

getOptions

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

Returns:
java.lang.String

getCompactOptions

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

Returns:
java.lang.String

getCompactLinkDef

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

Returns:
java.lang.String

getTarget

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

Returns:
java.lang.String

getOptions

public static java.lang.String getOptions(LinkSource fd)
This method was created in VisualAge.

Parameters:
fd - com.cosylab.vdct.vdb.VDBFieldData
Returns:
java.lang.String

getProcess

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

Returns:
java.lang.String

getRecord

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

Returns:
java.lang.String

getTarget

public static java.lang.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 java.lang.String getTargetFromString(java.lang.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 java.lang.String getRecordFromString(java.lang.String value)

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 java.lang.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(java.lang.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(java.lang.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(java.lang.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(java.lang.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)