public interface SuppliedManagedObjectDependencyType
Type definition
of a dependency required by the Supplied
ManagedObject
.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.
|
String getDependencyName()
String getDependencyType()
Class
name that the dependent object must
extend/implement.String getTypeQualifier()
Obtains the qualifier on the type.
This is to enable qualifying the type of dependency required.
null
if not qualifying
the type.Copyright © 2005–2016. All rights reserved.