public final class ServiceInformation extends Object implements IDLEntity
修飾子と型 | フィールドと説明 |
---|---|
ServiceDetail[] |
service_details
サービスの詳細を指定する ServiceDetail の配列です。
|
int[] |
service_options
サービスオプションを表す int 配列です。
|
コンストラクタと説明 |
---|
ServiceInformation()
空の service_options と service_details で ServiceInformation オブジェクトを構築します。
|
ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
指定された service_options と service_details で ServiceInformation オブジェクトを構築します。
|
public int[] service_options
public ServiceDetail[] service_details
public ServiceInformation()
public ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
__service_options
- サービスオプションを示す int 配列。__service_details
- サービスの詳細を説明する ServiceDetail 配列。 バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.