|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.vdb.VDBFieldData
public class VDBFieldData
This type was created in VisualAge.
Field Summary | |
---|---|
protected java.lang.String |
comment
|
protected boolean |
connected
|
protected DBDFieldData |
dbdData
|
protected java.lang.String |
debugValue
|
protected java.lang.String |
debugValueTimeStamp
|
protected int |
GUI_type
|
protected java.lang.String |
init_value
|
protected java.lang.String |
name
|
protected VDBRecordData |
record
|
protected short |
severity
|
protected int |
type
|
protected java.lang.String |
value
|
protected int |
visibility
|
Fields inherited from interface com.cosylab.vdct.inspector.InspectableProperty |
---|
ALWAYS_VISIBLE, NEVER_VISIBLE, NON_DEFAULT_VISIBLE, UNDEFINED_VISIBILITY |
Constructor Summary | |
---|---|
VDBFieldData()
|
Method Summary | |
---|---|
boolean |
allowsOtherValues()
Insert the method's description here. |
java.lang.String |
checkValueValidity(java.lang.String value)
Returns null if this value is valid, else the error message. |
java.lang.String |
getComment()
Insert the method's description here. |
DBDFieldData |
getDbdData()
Insert the method's description here. |
java.lang.String |
getDebugValueTimeStamp()
Returns stringified timestamp of the last debug value update. |
java.lang.Object |
getDsId()
|
java.util.regex.Pattern |
getEditPattern()
Insert the method's description here. |
java.lang.String |
getFullName()
Insert the method's description here. |
int |
getGUI_type()
Insert the method's description here. |
java.lang.Integer |
getGuiGroup()
Returns the gui group index as an Integer or null if no gui group info available. |
java.lang.String |
getHelp()
Insert the method's description here. |
java.lang.String |
getInit_value()
Insert the method's description here. |
java.lang.String |
getInitValue()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
int |
getPositionIndex()
|
VDBRecordData |
getRecord()
Insert the method's description here. |
java.lang.String[] |
getSelectableValues()
Insert the method's description here. |
short |
getSeverity()
Get last debug value severity. |
java.lang.String |
getToolTipText()
Insert the method's description here. |
int |
getType()
Insert the method's description here. |
java.lang.String |
getValue()
Insert the method's description here. |
int |
getVisibility()
Insert the method's description here. |
boolean |
hasDefaultValue()
Insert the method's description here. |
boolean |
hasValidity()
|
void |
initialize()
Initialize debug value to initial state. |
boolean |
isConnected()
Return debug connection status. |
boolean |
isEditable()
Insert the method's description here. |
boolean |
isSeparator()
Insert the method's description here. |
boolean |
isValid()
Insert the method's description here. |
void |
popupEvent(java.awt.Component component,
int x,
int y)
Insert the method's description here. |
void |
setComment(java.lang.String newComment)
Insert the method's description here. |
void |
setConnected(boolean connected)
Set connection status. |
void |
setDbdData(DBDFieldData newDbdData)
Insert the method's description here. |
void |
setDebugValue(java.lang.String newValue,
java.util.Date timeStamp,
short severity)
Set debug value. |
void |
setGUI_type(int newGUI_type)
Insert the method's description here. |
void |
setInit_value(java.lang.String newInit_value)
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
void |
setPositionIndex(int index)
|
void |
setRecord(VDBRecordData newRecord)
Insert the method's description here. |
void |
setType(int newType)
Insert the method's description here. |
void |
setValue(java.lang.String newValue)
Insert the method's description here. |
void |
setValueSilently(java.lang.String newValue)
Insert the method's description here. |
void |
setVisibility(int visibility)
Sets the visibility. |
java.lang.String |
toString()
Insert the method's description here. |
void |
updateInspector()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int type
protected int GUI_type
protected java.lang.String name
protected java.lang.String value
protected java.lang.String init_value
protected java.lang.String comment
protected DBDFieldData dbdData
protected VDBRecordData record
protected java.lang.String debugValue
protected java.lang.String debugValueTimeStamp
protected short severity
protected boolean connected
protected int visibility
Constructor Detail |
---|
public VDBFieldData()
Method Detail |
---|
public boolean allowsOtherValues()
allowsOtherValues
in interface InspectableProperty
public java.lang.String getComment()
public DBDFieldData getDbdData()
public java.lang.String getFullName()
getFullName
in interface Debuggable
getFullName
in interface LinkSource
public int getGUI_type()
public java.lang.String getHelp()
getHelp
in interface InspectableProperty
public java.lang.String getInit_value()
public java.lang.String getName()
getName
in interface InspectableProperty
public java.lang.String toString()
toString
in class java.lang.Object
public VDBRecordData getRecord()
public java.lang.String[] getSelectableValues()
getSelectableValues
in interface InspectableProperty
public int getType()
getType
in interface LinkSource
public java.lang.String getValue()
getValue
in interface LinkSource
getValue
in interface InspectableProperty
public java.lang.String getInitValue()
getInitValue
in interface InspectableProperty
public boolean hasDefaultValue()
hasDefaultValue
in interface InspectableProperty
public boolean isEditable()
isEditable
in interface InspectableProperty
public boolean isSeparator()
isSeparator
in interface InspectableProperty
public void setComment(java.lang.String newComment)
newComment
- java.lang.Stringpublic void setDbdData(DBDFieldData newDbdData)
newDbdData
- com.cosylab.vdct.dbd.DBDFieldDatapublic void setDebugValue(java.lang.String newValue, java.util.Date timeStamp, short severity)
Debuggable
setDebugValue
in interface Debuggable
newValue
- debug valuetimeStamp
- timestamp of the valueseverity
- alarm severityDebuggable.setDebugValue(java.lang.String, java.util.Date, short)
public void setGUI_type(int newGUI_type)
newGUI_type
- intpublic void setInit_value(java.lang.String newInit_value)
newInit_value
- java.lang.Stringpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setRecord(VDBRecordData newRecord)
newRecord
- com.cosylab.vdct.vdb.VDBRecordDatapublic void setType(int newType)
newType
- intpublic void updateInspector()
public void setValue(java.lang.String newValue)
setValue
in interface LinkSource
setValue
in interface InspectableProperty
newValue
- java.lang.Stringpublic void setValueSilently(java.lang.String newValue)
setValueSilently
in interface LinkSource
newValue
- java.lang.Stringpublic java.lang.String getToolTipText()
getToolTipText
in interface InspectableProperty
public java.util.regex.Pattern getEditPattern()
getEditPattern
in interface InspectableProperty
public boolean isValid()
isValid
in interface InspectableProperty
public int getVisibility()
getVisibility
in interface InspectableProperty
public void setVisibility(int visibility)
setVisibility
in interface ChangableVisibility
visibility
- The visibility to setpublic void popupEvent(java.awt.Component component, int x, int y)
popupEvent
in interface InspectableProperty
java.awt.Component
- x
- y
- public java.lang.String getDebugValueTimeStamp()
public short getSeverity()
public void initialize()
Debuggable
initialize
in interface Debuggable
Debuggable.initialize()
public void setConnected(boolean connected)
Debuggable
setConnected
in interface Debuggable
connected
- true
if instance is connected, false
otherwiseDebuggable.setConnected(boolean)
public boolean isConnected()
public void setPositionIndex(int index)
public int getPositionIndex()
public boolean hasValidity()
hasValidity
in interface InspectableProperty
public java.lang.String checkValueValidity(java.lang.String value)
InspectableProperty
checkValueValidity
in interface InspectableProperty
public java.lang.Integer getGuiGroup()
InspectableProperty
getGuiGroup
in interface InspectableProperty
public java.lang.Object getDsId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |