Interface ManagedObjectFunctionDependencyType
-
- All Known Implementing Classes:
ManagedObjectFunctionDependencyTypeImpl
public interface ManagedObjectFunctionDependencyType
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getFunctionObjectName()
Obtains the name of theManagedObjectFunctionDependency
.java.lang.Class<?>
getFunctionObjectType()
Obtains the type of theManagedObjectFunctionDependency
.
-
-
-
Method Detail
-
getFunctionObjectName
java.lang.String getFunctionObjectName()
Obtains the name of theManagedObjectFunctionDependency
.- Returns:
- Name of the
ManagedObjectFunctionDependency
.
-
getFunctionObjectType
java.lang.Class<?> getFunctionObjectType()
Obtains the type of theManagedObjectFunctionDependency
.- Returns:
- Type of the
ManagedObjectFunctionDependency
.
-
-