Class VString

    • Field Detail

      • MAXDISPLAY_LENGTH

        public static final int MAXDISPLAY_LENGTH
        Max Display Length - 60
        See Also:
        Constant Field Values
    • Constructor Detail

      • VString

        public VString()
        IDE Bean Constructor for 30 character updateable field
      • VString

        public VString​(String columnName,
                       boolean mandatory,
                       boolean isReadOnly,
                       boolean isUpdateable,
                       int displayLength,
                       int fieldLength,
                       String VFormat,
                       String ObscureType)
        Detail Constructor
        Parameters:
        columnName - column name
        mandatory - mandatory
        isReadOnly - read only
        isUpdateable - updateable
        displayLength - display length
        fieldLength - field length
        VFormat - format
        ObscureType - obscure type