|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.vdb.LinkProperties
public final class LinkProperties
Handles PV_LINK properties Creation date: (1.2.2001 22:24:28)
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 |
---|
public static final int NOT_VALID
public static final int INLINK_FIELD
public static final int OUTLINK_FIELD
public static final int FWDLINK_FIELD
public static final int VARIABLE_FIELD
public static final int PORT_FIELD
public static final int TEMPLATE_MACRO
Constructor Detail |
---|
public LinkProperties(LinkSource fd)
Method Detail |
---|
public java.lang.String getMaximize()
public java.lang.String getOptions()
public java.lang.String getCompactOptions()
public java.lang.String getCompactLinkDef()
public java.lang.String getTarget()
public static java.lang.String getOptions(LinkSource fd)
fd
- com.cosylab.vdct.vdb.VDBFieldData
public java.lang.String getProcess()
public java.lang.String getRecord()
public static java.lang.String getTarget(LinkSource fd)
fd
- com.cosylab.vdct.vdb.VDBFieldData
public static java.lang.String getTargetFromString(java.lang.String value)
value
- java.lang.String
public static java.lang.String getRecordFromString(java.lang.String value)
public int getType()
public static int getType(LinkSource fd)
fd
- com.cosylab.vdct.graphics.object.LinkSource
public java.lang.String getVarName()
public boolean isIsInterGroupLink()
public void setIsInterGroupLink(boolean newIsInterGroupLink)
newIsInterGroupLink
- booleanpublic void setMaximize(java.lang.String newMaximize)
newMaximize
- java.lang.Stringpublic void setProcess(java.lang.String newProcess)
newProcess
- java.lang.Stringpublic void setRecord(java.lang.String newRecord)
newRecord
- java.lang.Stringpublic void setType(int newType)
newType
- intpublic void setVarName(java.lang.String newVarName)
newVarName
- java.lang.Stringpublic void update(LinkSource fd)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |