Package net.officefloor.compile.section
Interface OfficeSectionObjectType
-
- All Known Implementing Classes:
OfficeSectionObjectTypeImpl
public interface OfficeSectionObjectTypeType definitionof theOfficeSectionObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetObjectType()Obtains the object type.java.lang.StringgetOfficeSectionObjectName()Obtains the name of thisOfficeSectionObject.java.lang.StringgetTypeQualifier()Obtains the type qualifier.
-
-
-
Method Detail
-
getOfficeSectionObjectName
java.lang.String getOfficeSectionObjectName()
Obtains the name of thisOfficeSectionObject.- Returns:
- Name of this
OfficeSectionObject.
-
getObjectType
java.lang.String getObjectType()
Obtains the object type.- Returns:
- Object type.
-
getTypeQualifier
java.lang.String getTypeQualifier()
Obtains the type qualifier.- Returns:
- Type qualifier.
-
-