public class SuppliedManagedObjectDependencyTypeImpl extends Object implements SuppliedManagedObjectDependencyType
SuppliedManagedObjectDependencyType
implementation.Constructor and Description |
---|
SuppliedManagedObjectDependencyTypeImpl(String dependencyName,
String dependencyType,
String dependencyQualifier)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
String |
getDependencyName()
Obtains the name of the dependency.
|
String |
getDependencyType()
Obtains the
Class name that the dependent object must
extend/implement. |
String |
getTypeQualifier()
Obtains the qualifier on the type.
|
public String getDependencyName()
SuppliedManagedObjectDependencyType
getDependencyName
in interface SuppliedManagedObjectDependencyType
public String getDependencyType()
SuppliedManagedObjectDependencyType
Class
name that the dependent object must
extend/implement.getDependencyType
in interface SuppliedManagedObjectDependencyType
public String getTypeQualifier()
SuppliedManagedObjectDependencyType
Obtains the qualifier on the type.
This is to enable qualifying the type of dependency required.
getTypeQualifier
in interface SuppliedManagedObjectDependencyType
null
if not qualifying
the type.Copyright © 2005–2016. All rights reserved.