Class OfficeSectionOutputTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.section.OfficeSectionOutputTypeImpl
-
- All Implemented Interfaces:
OfficeSectionOutputType,AnnotatedType
public class OfficeSectionOutputTypeImpl extends java.lang.Object implements OfficeSectionOutputType
OfficeSectionOutputTypeimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeSectionOutputTypeImpl(java.lang.String outputName, java.lang.String argumentType, boolean isEscalationOnly, java.lang.Object[] annotations)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]getAnnotations()Obtains the annotations.java.lang.StringgetArgumentType()Obtains the argument type from thisOfficeSectionOutput.java.lang.StringgetOfficeSectionOutputName()Obtains the name of thisOfficeSectionOutput.booleanisEscalationOnly()Indicates if thisOfficeSectionOutputis escalation only.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.officefloor.compile.type.AnnotatedType
getAnnotation, getAnnotations
-
-
-
-
Constructor Detail
-
OfficeSectionOutputTypeImpl
public OfficeSectionOutputTypeImpl(java.lang.String outputName, java.lang.String argumentType, boolean isEscalationOnly, java.lang.Object[] annotations)Instantiate.- Parameters:
outputName- Name of theOfficeSectionOutput.argumentType- Argument type for theOfficeSectionOutput.isEscalationOnly- Flag indicating ifOfficeSectionOutputisEscalationonly.annotations- Annotations.
-
-
Method Detail
-
getOfficeSectionOutputName
public java.lang.String getOfficeSectionOutputName()
Description copied from interface:OfficeSectionOutputTypeObtains the name of thisOfficeSectionOutput.- Specified by:
getOfficeSectionOutputNamein interfaceOfficeSectionOutputType- Returns:
- Name of this
OfficeSectionOutput.
-
getArgumentType
public java.lang.String getArgumentType()
Description copied from interface:OfficeSectionOutputTypeObtains the argument type from thisOfficeSectionOutput.- Specified by:
getArgumentTypein interfaceOfficeSectionOutputType- Returns:
- Argument type.
-
isEscalationOnly
public boolean isEscalationOnly()
Description copied from interface:OfficeSectionOutputTypeIndicates if thisOfficeSectionOutputis escalation only. In other words it can be handled by anOfficeEscalationProcedure.- Specified by:
isEscalationOnlyin interfaceOfficeSectionOutputType- Returns:
trueif escalation only.
-
getAnnotations
public java.lang.Object[] getAnnotations()
Description copied from interface:AnnotatedTypeObtains the annotations.- Specified by:
getAnnotationsin interfaceAnnotatedType- Returns:
- Annotations.
-
-