Class VDBFieldData

    • Field Detail

      • type

        protected int type
      • value

        protected String value
      • init_value

        protected String init_value
      • comment

        protected String comment
      • debugValue

        protected String debugValue
      • debugValueTimeStamp

        protected String debugValueTimeStamp
      • severity

        protected short severity
      • connected

        protected boolean connected
      • visibility

        protected int visibility
    • Constructor Detail

      • VDBFieldData

        public VDBFieldData()
    • Method Detail

      • allowsOtherValues

        public boolean allowsOtherValues()
        Insert the method's description here. Creation date: (11.1.2001 21:47:04)
        Specified by:
        allowsOtherValues in interface InspectableProperty
        Returns:
        boolean
      • getComment

        public String getComment()
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Returns:
        java.lang.String
      • getDbdData

        public DBDFieldData getDbdData()
        Insert the method's description here. Creation date: (11.1.2001 22:01:51)
        Returns:
        com.cosylab.vdct.dbd.DBDFieldData
      • getFullName

        public String getFullName()
        Insert the method's description here. Creation date: (1.2.2001 12:11:29)
        Specified by:
        getFullName in interface Debuggable
        Specified by:
        getFullName in interface LinkSource
        Returns:
        java.lang.String
      • getGui_group

        public DBDGuiGroupData getGui_group()
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Returns:
        int
      • getHelp

        public String getHelp()
        Insert the method's description here. Creation date: (26.1.2001 15:03:07)
        Specified by:
        getHelp in interface InspectableProperty
        Returns:
        java.lang.String
      • getInit_value

        public String getInit_value()
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Returns:
        java.lang.String
      • getName

        public String getName()
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Specified by:
        getName in interface InspectableProperty
        Returns:
        java.lang.String
      • toString

        public String toString()
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Overrides:
        toString in class Object
        Returns:
        java.lang.String
      • getRecord

        public VDBRecordData getRecord()
        Insert the method's description here. Creation date: (12.1.2001 20:01:39)
        Returns:
        com.cosylab.vdct.vdb.VDBRecordData
      • getSelectableValues

        public String[] getSelectableValues()
        Insert the method's description here. Creation date: (11.1.2001 21:47:04)
        Specified by:
        getSelectableValues in interface InspectableProperty
        Returns:
        java.lang.String[]
      • getType

        public int getType()
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Specified by:
        getType in interface LinkSource
        Returns:
        int
      • getInitValue

        public String getInitValue()
        Insert the method's description here. Creation date: (11.1.2001 21:29:48)
        Specified by:
        getInitValue in interface InspectableProperty
        Returns:
        java.lang.String
      • hasDefaultValue

        public boolean hasDefaultValue()
        Insert the method's description here. Creation date: (27.1.2001 16:08:45)
        Specified by:
        hasDefaultValue in interface InspectableProperty
        Returns:
        boolean
      • isEditable

        public boolean isEditable()
        Insert the method's description here. Creation date: (11.1.2001 21:47:04)
        Specified by:
        isEditable in interface InspectableProperty
        Returns:
        boolean
      • isSeparator

        public boolean isSeparator()
        Insert the method's description here. Creation date: (11.1.2001 21:47:04)
        Specified by:
        isSeparator in interface InspectableProperty
        Returns:
        boolean
      • setComment

        public void setComment​(String newComment)
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Parameters:
        newComment - java.lang.String
      • setDbdData

        public void setDbdData​(DBDFieldData newDbdData)
        Insert the method's description here. Creation date: (11.1.2001 22:01:51)
        Parameters:
        newDbdData - com.cosylab.vdct.dbd.DBDFieldData
      • setGui_group

        public void setGui_group​(DBDGuiGroupData newGui_group)
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Parameters:
        newGui_group - String
      • setInit_value

        public void setInit_value​(String newInit_value)
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Parameters:
        newInit_value - java.lang.String
      • setName

        public void setName​(String newName)
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Parameters:
        newName - java.lang.String
      • setRecord

        public void setRecord​(VDBRecordData newRecord)
        Insert the method's description here. Creation date: (12.1.2001 20:01:39)
        Parameters:
        newRecord - com.cosylab.vdct.vdb.VDBRecordData
      • setType

        public void setType​(int newType)
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Parameters:
        newType - int
      • updateInspector

        public void updateInspector()
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
      • setValue

        public void setValue​(String newValue)
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Specified by:
        setValue in interface InspectableProperty
        Specified by:
        setValue in interface LinkSource
        Parameters:
        newValue - java.lang.String
      • setValueSilently

        public void setValueSilently​(String newValue)
        Insert the method's description here. Creation date: (9.12.2000 18:11:46)
        Specified by:
        setValueSilently in interface LinkSource
        Parameters:
        newValue - java.lang.String
      • getToolTipText

        public String getToolTipText()
        Insert the method's description here. Creation date: (24/8/99 15:29:04)
        Specified by:
        getToolTipText in interface InspectableProperty
        Returns:
        java.lang.String
      • getEditPattern

        public Pattern getEditPattern()
        Insert the method's description here. Creation date: (24/8/99 15:29:04)
        Specified by:
        getEditPattern in interface InspectableProperty
        Returns:
        java.util.regex.Pattern
      • isValid

        public boolean isValid()
        Insert the method's description here. Creation date: (11.1.2001 21:28:51)
        Specified by:
        isValid in interface InspectableProperty
        Returns:
        boolean
      • getVisibility

        public int getVisibility()
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Specified by:
        getVisibility in interface InspectableProperty
        Returns:
        int
      • setVisibility

        public void setVisibility​(int visibility)
        Sets the visibility.
        Specified by:
        setVisibility in interface ChangableVisibility
        Parameters:
        visibility - The visibility to set
      • popupEvent

        public void popupEvent​(Component component,
                               int x,
                               int y)
        Insert the method's description here. Creation date: (11.1.2001 21:30:04)
        Specified by:
        popupEvent in interface InspectableProperty
        Parameters:
        component - java.awt.Component
        x - x
        y - y
      • getDebugValueTimeStamp

        public String getDebugValueTimeStamp()
        Returns stringified timestamp of the last debug value update.
        Returns:
        stringified timestamp of the last debug value update.
      • getSeverity

        public short getSeverity()
        Get last debug value severity.
        Returns:
        last debug value severity.
      • isConnected

        public boolean isConnected()
        Return debug connection status.
        Returns:
        debug connection status
      • setPositionIndex

        public void setPositionIndex​(int index)
        Parameters:
        index - index
      • getPositionIndex

        public int getPositionIndex()
        Returns:
        something
      • getDsId

        public Object getDsId()
        Returns:
        something