クラス
jp.co.intra_mart.foundation.straform.type.column.AuthRoleColumn の使用

AuthRoleColumn を使用しているパッケージ
jp.co.intra_mart.foundation.straform.model.authority   
jp.co.intra_mart.foundation.straform.type.column   
 

jp.co.intra_mart.foundation.straform.model.authority での AuthRoleColumn の使用
 

AuthRoleColumn 型のパラメータを持つ jp.co.intra_mart.foundation.straform.model.authority のメソッド
 void AuthRoleKey.addSortAsc(AuthRoleColumn column)
          並び替え条件(昇順)を追加します。
 void AuthRoleKey.addSortDesc(AuthRoleColumn column)
          並び替え条件(降順)を追加します。
 

jp.co.intra_mart.foundation.straform.type.column での AuthRoleColumn の使用
 

AuthRoleColumn を返す jp.co.intra_mart.foundation.straform.type.column のメソッド
static AuthRoleColumn AuthRoleColumn.fromValue(java.lang.String value)
          指定された小文字の名前から対象のカラム区別(列挙型)を返却します。
static AuthRoleColumn AuthRoleColumn.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static AuthRoleColumn[] AuthRoleColumn.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。