Interface ManagedObjectTeamNode
- All Superinterfaces:
AugmentedManagedObjectTeam,LinkTeamNode,ManagedObjectTeam,Node,OfficeFloorManagedObjectTeam,OfficeFloorResponsibility,OfficeManagedObjectTeam,OfficeResponsibility,OfficeSectionManagedObjectTeam
- All Known Implementing Classes:
ManagedObjectTeamNodeImpl
public interface ManagedObjectTeamNode
extends LinkTeamNode, AugmentedManagedObjectTeam, OfficeSectionManagedObjectTeam, OfficeManagedObjectTeam, OfficeFloorManagedObjectTeam
OfficeTeam node.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidInitialises theManagedObjectTeamNode.loadOfficeSectionManagedObjectTeamType(CompileContext compileContext) Loads theOfficeSectionManagedObjectTeamType.Methods inherited from interface net.officefloor.compile.spi.officefloor.AugmentedManagedObjectTeam
getManagedObjectTeamName, isLinkedMethods inherited from interface net.officefloor.compile.internal.structure.LinkTeamNode
getLinkedTeamNode, linkTeamNodeMethods inherited from interface net.officefloor.compile.spi.managedobject.ManagedObjectTeam
addTypeQualification, getManagedObjectTeamNameMethods inherited from interface net.officefloor.compile.internal.structure.Node
getChildNodes, getLocation, getNodeName, getNodeType, getParentNode, getQualifiedName, getQualifiedName, isInitialised
-
Field Details
-
TYPE
Nodetype.- See Also:
-
-
Method Details
-
initialise
void initialise()Initialises theManagedObjectTeamNode. -
loadOfficeSectionManagedObjectTeamType
OfficeSectionManagedObjectTeamType loadOfficeSectionManagedObjectTeamType(CompileContext compileContext) Loads theOfficeSectionManagedObjectTeamType.- Parameters:
compileContext-CompileContext.- Returns:
OfficeSectionManagedObjectTeamTypeornullwith issues reported to theCompilerIssues.
-