Interface ManagedObjectFunctionDependencyType
- All Known Implementing Classes:
ManagedObjectFunctionDependencyTypeImpl
public interface ManagedObjectFunctionDependencyType
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theManagedObjectFunctionDependency.Class<?>Obtains the type of theManagedObjectFunctionDependency.Obtains the type qualifier for theManagedObjectFunctionDependency.
-
Method Details
-
getFunctionObjectName
String getFunctionObjectName()Obtains the name of theManagedObjectFunctionDependency.- Returns:
- Name of the
ManagedObjectFunctionDependency.
-
getFunctionObjectType
Class<?> getFunctionObjectType()Obtains the type of theManagedObjectFunctionDependency.- Returns:
- Type of the
ManagedObjectFunctionDependency.
-
getFunctionObjectTypeQualifier
String getFunctionObjectTypeQualifier()Obtains the type qualifier for theManagedObjectFunctionDependency.- Returns:
- Type qualifier for the
ManagedObjectFunctionDependency.
-