Package net.officefloor.compile.section
Interface OfficeFunctionType
- All Known Implementing Classes:
OfficeFunctionTypeImpl
public interface OfficeFunctionType
Type definition of the OfficeSectionFunction.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theObjectDependencyTypeinstances that thisOfficeSectionFunctionis dependent upon.Obtains the name of theOfficeSectionFunction.Obtains theOfficeSubSectionTypedirectly containing thisOfficeFunctionType.
-
Method Details
-
getOfficeFunctionName
String getOfficeFunctionName()Obtains the name of the
OfficeSectionFunction.This aids the
OfficeSourcein deciding theTeamresponsible for thisOfficeSectionFunction.- Returns:
- Name of the
OfficeSectionFunction.
-
getOfficeSubSectionType
OfficeSubSectionType getOfficeSubSectionType()Obtains theOfficeSubSectionTypedirectly containing thisOfficeFunctionType.- Returns:
OfficeSubSectionTypedirectly containing thisOfficeFunctionType.
-
getObjectDependencies
ObjectDependencyType[] getObjectDependencies()Obtains the
ObjectDependencyTypeinstances that thisOfficeSectionFunctionis dependent upon.This aids the
OfficeSourcein deciding theTeamresponsible for thisOfficeSectionFunction.- Returns:
ObjectDependencyTypeinstances that thisOfficeSectionFunctionis dependent upon.
-