jp.littlesoft.data
クラス Table.SortKey

java.lang.Object
  上位を拡張 jp.littlesoft.data.Table.SortKey
すべての実装されたインタフェース:
Serializable
含まれているクラス:
Table<E extends Serializable>

public static final class Table.SortKey
extends Object
implements Serializable

SortKeyクラス。

作成者:
LittleSoft Corporation
関連項目:
直列化された形式

コンストラクタの概要
Table.SortKey(String columnName)
          引数 columnName で指定された列名で SortKey オブジェクトを生成します。
Table.SortKey(String columnName, boolean ascending)
           
 
メソッドの概要
 String getColumnName()
           
 boolean isAscending()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Table.SortKey

public Table.SortKey(String columnName)
引数 columnName で指定された列名で SortKey オブジェクトを生成します。

パラメータ:
columnName - 列名

Table.SortKey

public Table.SortKey(String columnName,
                     boolean ascending)
メソッドの詳細

getColumnName

public String getColumnName()

isAscending

public boolean isAscending()


Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.