Package net.officefloor.compile.section
Interface OfficeSectionOutputType
- All Superinterfaces:
AnnotatedType
- All Known Implementing Classes:
OfficeSectionOutputTypeImpl
Type definition of the OfficeSectionOutput.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the argument type from thisOfficeSectionOutput.Obtains the name of thisOfficeSectionOutput.booleanIndicates if thisOfficeSectionOutputis escalation only.Methods inherited from interface net.officefloor.compile.type.AnnotatedType
getAnnotation, getAnnotations, getAnnotations
-
Method Details
-
getOfficeSectionOutputName
String getOfficeSectionOutputName()Obtains the name of thisOfficeSectionOutput.- Returns:
- Name of this
OfficeSectionOutput.
-
getArgumentType
String getArgumentType()Obtains the argument type from thisOfficeSectionOutput.- Returns:
- Argument type.
-
isEscalationOnly
boolean isEscalationOnly()Indicates if thisOfficeSectionOutputis escalation only. In other words it can be handled by anOfficeEscalationProcedure.- Returns:
trueif escalation only.
-