- 
- すべてのスーパー・インタフェース:
- ModuleElement.Directive
 - 含まれているインタフェース:
- ModuleElement
 
 public static interface ModuleElement.RequiresDirective extends ModuleElement.Directive モジュールの依存関係。- 導入されたバージョン:
- 9
 
- 
- 
メソッドのサマリー修飾子と型 メソッド 説明 ModuleElementgetDependency()必要なモジュールを返します。booleanisStatic()これが静的な依存関係であるかどうかを返します。booleanisTransitive()これが推移的な依存関係であるかどうかを返します。- 
インタフェース javax.lang.model.element.ModuleElement.Directiveで宣言されたメソッドaccept, getKind
 
- 
 
- 
- 
- 
メソッドの詳細- 
isStaticboolean isStatic() これが静的な依存関係であるかどうかを返します。- 戻り値:
- これが静的な依存関係であるかどうか
 
 - 
isTransitiveboolean isTransitive() これが推移的な依存関係であるかどうかを返します。- 戻り値:
- これが推移的な依存性であるかどうか
 
 - 
getDependencyModuleElement getDependency() 必要なモジュールを返します。- 戻り値:
- 必要なモジュール
 
 
- 
 
-