Class DisplayColumnAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.ComponentModel.DataAnnotations
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.ComponentModel.DataAnnotations.DisplayColumnAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DisplayColumnAttribute

        public DisplayColumnAttribute​(java.lang.Object instance)
                               throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DisplayColumnAttribute

        public DisplayColumnAttribute()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DisplayColumnAttribute

        public DisplayColumnAttribute​(java.lang.String displayColumn)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DisplayColumnAttribute

        public DisplayColumnAttribute​(java.lang.String displayColumn,
                                      java.lang.String sortColumn)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DisplayColumnAttribute

        public DisplayColumnAttribute​(java.lang.String displayColumn,
                                      java.lang.String sortColumn,
                                      boolean sortDescending)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getSortDescending

        public boolean getSortDescending()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSortDescending

        public void setSortDescending​(boolean SortDescending)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDisplayColumn

        public java.lang.String getDisplayColumn()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDisplayColumn

        public void setDisplayColumn​(java.lang.String DisplayColumn)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSortColumn

        public java.lang.String getSortColumn()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSortColumn

        public void setSortColumn​(java.lang.String SortColumn)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable