Package com.cosylab.vdct.vdb
Class LinkProperties
- java.lang.Object
-
- com.cosylab.vdct.vdb.LinkProperties
-
public final class LinkProperties extends Object
Handles PV_LINK properties Creation date: (1.2.2001 22:24:28)- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description LinkProperties(LinkSource fd)
Insert the method's description here.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompactLinkDef()
Insert the method's description here.String
getCompactOptions()
Insert the method's description here.String
getMaximize()
Insert the method's description here.String
getOptions()
Insert the method's description here.static String
getOptions(LinkSource fd)
This method was created in VisualAge.String
getProcess()
Insert the method's description here.String
getRecord()
Insert the method's description here.static String
getRecordFromString(String value)
String
getTarget()
Insert the method's description here.static String
getTarget(LinkSource fd)
Insert the method's description here.static String
getTargetFromString(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.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(String newMaximize)
Insert the method's description here.void
setProcess(String newProcess)
Insert the method's description here.void
setRecord(String newRecord)
Insert the method's description here.void
setType(int newType)
Insert the method's description here.void
setVarName(String newVarName)
Insert the method's description here.void
update(LinkSource fd)
Insert the method's description here.
-
-
-
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)- 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
-
-