Package net.officefloor.compile.section
Interface OfficeFunctionType
-
- All Known Implementing Classes:
OfficeFunctionTypeImpl
public interface OfficeFunctionTypeType definitionof theOfficeSectionFunction.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectDependencyType[]getObjectDependencies()Obtains theObjectDependencyTypeinstances that thisOfficeSectionFunctionis dependent upon.java.lang.StringgetOfficeFunctionName()Obtains the name of theOfficeSectionFunction.OfficeSubSectionTypegetOfficeSubSectionType()Obtains theOfficeSubSectionTypedirectly containing thisOfficeFunctionType.
-
-
-
Method Detail
-
getOfficeFunctionName
java.lang.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.
-
-