public class ComponentReference
extends java.lang.Object
| Constructor and Description |
|---|
ComponentReference(java.lang.String propertyName,
java.lang.String componentName,
java.lang.Class<?> requiredType,
InjectionType injectionType,
int targetId)
コンストラクタ。
|
| Modifier and Type | Method and Description |
|---|---|
InjectionType |
getInjectionType()
自動インジェクションのタイプを取得する。
|
java.lang.String |
getPropertyName()
プロパティ名を取得する。
|
java.lang.String |
getReferenceName()
コンポーネント名を取得する。
|
java.lang.Class<?> |
getRequiredType()
要求するコンポーネントの型を取得する。
|
int |
getTargetId()
インジェクションするオブジェクトのIDを取得する。
|
public ComponentReference(java.lang.String propertyName,
java.lang.String componentName,
java.lang.Class<?> requiredType,
InjectionType injectionType,
int targetId)
propertyName - プロパティ名componentName - 要求するコンポーネント名requiredType - 要求するコンポーネントの型injectionType - インジェクションのタイプtargetId - インジェクションするオブジェクトのIDpublic java.lang.String getPropertyName()
public java.lang.String getReferenceName()
public java.lang.Class<?> getRequiredType()
public InjectionType getInjectionType()
public int getTargetId()