Interface SectionManagedObject
- All Superinterfaces:
SectionDependencyObjectNode
- All Known Subinterfaces:
ManagedObjectNode
- All Known Implementing Classes:
ManagedObjectNodeImpl
ManagedObject within the SectionNode.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTypeQualification(String qualifier, String type) Adds anTypeQualificationfor thisSectionManagedObject.getSectionManagedObjectDependency(String managedObjectDependencyName) Obtains theSectionManagedObjectDependencyfor theManagedObjectDependencyType.Obtains the name of thisSectionManagedObject.
-
Method Details
-
getSectionManagedObjectName
String getSectionManagedObjectName()Obtains the name of thisSectionManagedObject.- Returns:
- Name of this
SectionManagedObject.
-
addTypeQualification
Adds an
TypeQualificationfor thisSectionManagedObject.This enables distinguishing
SectionManagedObjectinstances to enable, for example, dynamicTeamassignment.- Parameters:
qualifier- Qualifier. May benullif no qualification.type- Type (typically the fully qualified type).
-
getSectionManagedObjectDependency
SectionManagedObjectDependency getSectionManagedObjectDependency(String managedObjectDependencyName) Obtains theSectionManagedObjectDependencyfor theManagedObjectDependencyType.- Parameters:
managedObjectDependencyName- Name of theManagedObjectDependencyType.- Returns:
SectionManagedObjectDependency.
-