Package net.officefloor.compile.section
Interface OfficeSubSectionType
-
- All Known Subinterfaces:
OfficeSectionType
- All Known Implementing Classes:
OfficeSectionTypeImpl
public interface OfficeSubSectionTypeType definitionof a section of theOfficeSubSection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OfficeFunctionType[]getOfficeFunctionTypes()Obtains theOfficeFunctionTypeinstances for this particularOfficeSubSection.OfficeSectionManagedObjectType[]getOfficeSectionManagedObjectTypes()Obtains theOfficeSectionManagedObjectTypeinstances for this particularOfficeSubSection.java.lang.StringgetOfficeSectionName()Obtains the name of thisOfficeSection/OfficeSubSection.OfficeSubSectionType[]getOfficeSubSectionTypes()Obtains theOfficeSubSectionTypeinstances of thisOfficeSectionType.OfficeSubSectionTypegetParentOfficeSubSectionType()Obtains the parentOfficeSubSectionType.
-
-
-
Method Detail
-
getOfficeSectionName
java.lang.String getOfficeSectionName()
Obtains the name of thisOfficeSection/OfficeSubSection.- Returns:
- Name of this
OfficeSection/OfficeSubSection.
-
getParentOfficeSubSectionType
OfficeSubSectionType getParentOfficeSubSectionType()
Obtains the parentOfficeSubSectionType.- Returns:
- Parent
OfficeSubSectionTypeornullif this is theOfficeSectionType.
-
getOfficeSubSectionTypes
OfficeSubSectionType[] getOfficeSubSectionTypes()
Obtains theOfficeSubSectionTypeinstances of thisOfficeSectionType.- Returns:
OfficeSubSectionTypeinstances.
-
getOfficeFunctionTypes
OfficeFunctionType[] getOfficeFunctionTypes()
Obtains the
OfficeFunctionTypeinstances for this particularOfficeSubSection.This does not include the
OfficeFunctionTypeinstances of the sub sections.- Returns:
OfficeFunctionTypeinstances for this particularOfficeSubSection.
-
getOfficeSectionManagedObjectTypes
OfficeSectionManagedObjectType[] getOfficeSectionManagedObjectTypes()
Obtains the
OfficeSectionManagedObjectTypeinstances for this particularOfficeSubSection.This does not include the
OfficeSectionManagedObjectTypeinstances of the sub sections.- Returns:
OfficeSectionManagedObjectTypeinstances for this particularOfficeSubSection.
-
-