net.officefloor.compile.spi.office
Interface OfficeSectionOutput

All Known Subinterfaces:
SectionOutputNode
All Known Implementing Classes:
SectionOutputNodeImpl

public interface OfficeSectionOutput

Output from the OfficeSection.

Author:
Daniel Sagenschneider

Method Summary
 String getArgumentType()
          Obtains the argument type from this OfficeSectionOutput.
 String getOfficeSectionOutputName()
          Obtains the name of this OfficeSectionOutput.
 boolean isEscalationOnly()
          Indicates if this OfficeSectionOutput is escalation only.
 

Method Detail

getOfficeSectionOutputName

String getOfficeSectionOutputName()
Obtains the name of this OfficeSectionOutput.

Returns:
Name of this OfficeSectionOutput.

getArgumentType

String getArgumentType()
Obtains the argument type from this OfficeSectionOutput.

Returns:
Argument type.

isEscalationOnly

boolean isEscalationOnly()
Indicates if this OfficeSectionOutput is escalation only. In other words it can be handled by an Office EscalationProcedure.

Returns:
true if escalation only.


Copyright © 2005-2013. All Rights Reserved.