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, 2014, Oracle and/or its affiliates. All rights reserved.