Package net.officefloor.compile.section
Interface OfficeSectionObjectType
- All Known Implementing Classes:
OfficeSectionObjectTypeImpl
public interface OfficeSectionObjectType
Type definition of the OfficeSectionObject.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the object type.Obtains the name of thisOfficeSectionObject.Obtains the type qualifier.
-
Method Details
-
getOfficeSectionObjectName
String getOfficeSectionObjectName()Obtains the name of thisOfficeSectionObject.- Returns:
- Name of this
OfficeSectionObject.
-
getObjectType
String getObjectType()Obtains the object type.- Returns:
- Object type.
-
getTypeQualifier
String getTypeQualifier()Obtains the type qualifier.- Returns:
- Type qualifier.
-