Class EditorInputVariable

    • Constructor Detail

      • EditorInputVariable

        public EditorInputVariable()
        Creates the property container without a name. The name must be set in all cases using the setPropertyAtom call.
      • EditorInputVariable

        public EditorInputVariable​(Atom propertyAtom)
        Creates the property container with the specified name. All system-reserved names for components begins with "$".
        Parameters:
        propertyAtom - the name of the component, unique within it's parent.
    • Method Detail

      • setSQLDataType

        public boolean setSQLDataType​(int type)
        Sets the SQL data type.

        This method is used internally by the Designer during creation of the SQL statement and should not be called elsewhere.

        Overrides:
        setSQLDataType in class InputVariable
        Parameters:
        type - The SQL data type for the column as defined by Types.
        Returns:
        true for changed, false for no change.
      • verify

        public boolean verify​(PropVerification verification)
        Verifies this property container. The check performed is the extension of classes and that no circular reference is present.
        Specified by:
        verify in interface IGProp<GProp<?>[]>
        Overrides:
        verify in class PropCnr
        Parameters:
        verification - The property verification class.
        Returns:
        true if verification should proceed, false if disposed of and verification should not take place.