public static enum BMContentRouteList.SortColumn extends java.lang.Enum<BMContentRouteList.SortColumn>
列挙型定数と説明 |
---|
CATEGORY_ID
カテゴリID
|
CATEGORY_NAME
カテゴリ名
|
CATEGORY_PATH
カテゴリパス
|
CONTENT_ID
コンテンツID
|
CONTENT_NAME
コンテンツ名
|
CONTENT_VERSION
コンテンツバージョン
|
CREATE_DATE
作成日時
|
CREATE_USER_CD
作成者ユーザコード
|
CREATE_USER_NAME
作成者名
|
DESCRIPTION
説明
|
METHOD
Method
|
RECORD_DATE
更新日時
|
RECORD_USER_CD
更新者ユーザコード
|
RECORD_USER_NAME
更新者名
|
ROUTE_ID
ルートID
|
ROUTE_NAME
ルート名
|
URL
URL
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.lang.String |
getValue()
ソート項目の値を返却します。
|
static BMContentRouteList.SortColumn |
of(java.lang.String value)
指定された値のソート項目を返却します。
|
static BMContentRouteList.SortColumn |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static BMContentRouteList.SortColumn[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final BMContentRouteList.SortColumn CATEGORY_ID
public static final BMContentRouteList.SortColumn CATEGORY_NAME
public static final BMContentRouteList.SortColumn CATEGORY_PATH
public static final BMContentRouteList.SortColumn ROUTE_ID
public static final BMContentRouteList.SortColumn ROUTE_NAME
public static final BMContentRouteList.SortColumn DESCRIPTION
public static final BMContentRouteList.SortColumn URL
public static final BMContentRouteList.SortColumn METHOD
public static final BMContentRouteList.SortColumn CONTENT_ID
public static final BMContentRouteList.SortColumn CONTENT_NAME
public static final BMContentRouteList.SortColumn CONTENT_VERSION
public static final BMContentRouteList.SortColumn CREATE_USER_CD
public static final BMContentRouteList.SortColumn CREATE_USER_NAME
public static final BMContentRouteList.SortColumn CREATE_DATE
public static final BMContentRouteList.SortColumn RECORD_USER_CD
public static final BMContentRouteList.SortColumn RECORD_USER_NAME
public static final BMContentRouteList.SortColumn RECORD_DATE
public static BMContentRouteList.SortColumn[] values()
for(BMContentRouteList.SortColumn c: BMContentRouteList.SortColumn.values()) System.out.println(c);
public static BMContentRouteList.SortColumn valueOf(java.lang.String name)
name
- 返される列挙型定数の名前。java.lang.IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合java.lang.NullPointerException
- 引数がnullの場合public static BMContentRouteList.SortColumn of(java.lang.String value)
value
- ソート項目の値public java.lang.String getValue()
Copyright (c) 2019 NTT DATA INTRAMART CORPORATION.