Package net.officefloor.compile.section
Interface OfficeSectionObjectType
-
- All Known Implementing Classes:
OfficeSectionObjectTypeImpl
public interface OfficeSectionObjectType
Type definition
of theOfficeSectionObject
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getObjectType()
Obtains the object type.java.lang.String
getOfficeSectionObjectName()
Obtains the name of thisOfficeSectionObject
.java.lang.String
getTypeQualifier()
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.
-
-