|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface CTX_RESTRICT_SCOPE
Context.get_values
メソッドへの 2 番目のパラメータとして使用できるフラグで、検索範囲を制限します。このフラグを使用すると、コンテキスト値の検索はこの特定の Context
オブジェクト、または Context.get_values
への最初のパラメータで指定された範囲に制限されます。
使用法:
NVList props = myContext.get_values("_USER", CTX_RESTRICT_SCOPE.value, "id*");
Context.get_values(String, int, String)
フィールドの概要 | |
---|---|
static int |
value
CTX_RESTRICT_SCOPE フラグの int 値を格納するフィールドです。 |
フィールドの詳細 |
---|
static final int value
CTX_RESTRICT_SCOPE
フラグの int
値を格納するフィールドです。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。