public class HintsContext extends ObjectSE implements WorkContext
WorkContextProvider, 連載形式 | 修飾子と型 | フィールドと説明 |
|---|---|
protected StringSE | description |
static StringSE | LONGRUNNING_HINT |
protected StringSE | name |
static StringSE | NAME_HINT |
| コンストラクターと説明 |
|---|
HintsContext() |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getDescription()WorkContext が果たすロールの簡単な説明と、その他の関連するデバッグ情報を取得します。 |
MapSE<StringSE, SerializableSE> | getHints() |
StringSE | getName()WorkContext の関連名を取得します。 |
void | setDescription(StringSE description)HintsContext のインスタンスが果たすロールの簡単な説明とその他の関連するデバッグ情報を設定します。 |
void | setHint(StringSE hintName, SerializableSE value) ヒントと関連する値を設定します。 |
void | setName(StringSE name)HintsContext の関連する名前を設定します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic StringSE getDescription()
WorkContext が果たすロールの簡単な説明と、その他の関連するデバッグ情報を取得します。これは、デバッグの目的で WorkManager およびリソースアダプターで使用できます。WorkContext 内の getDescription WorkContext の関連説明 public StringSE getName()
WorkContext の関連名を取得します。これは、デバッグの目的で WorkManager およびリソースアダプターで使用できます。WorkContext 内の getName WorkContext の関連付けられた名前 public void setDescription(StringSE description)
public void setName(StringSE name)
public void setHint(StringSE hintName, SerializableSE value)
public MapSE<StringSE,SerializableSE> getHints()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.