Class OfficeOutputTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.office.OfficeOutputTypeImpl
-
- All Implemented Interfaces:
OfficeOutputType
public class OfficeOutputTypeImpl extends java.lang.Object implements OfficeOutputType
OfficeOutputTypeimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeOutputTypeImpl(java.lang.String outputName, java.lang.String argumentType)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArgumentType()Obtains the fully qualified class name of the argument type from thisOfficeOutput.java.lang.StringgetOfficeOutputName()Obtains the name ofOfficeOutput.
-
-
-
Constructor Detail
-
OfficeOutputTypeImpl
public OfficeOutputTypeImpl(java.lang.String outputName, java.lang.String argumentType)Instantiate.- Parameters:
outputName- Name of theOfficeOutput.argumentType- Argument type of theOfficeOutput.
-
-
Method Detail
-
getOfficeOutputName
public java.lang.String getOfficeOutputName()
Description copied from interface:OfficeOutputTypeObtains the name ofOfficeOutput.- Specified by:
getOfficeOutputNamein interfaceOfficeOutputType- Returns:
- Name of this
OfficeOutput.
-
getArgumentType
public java.lang.String getArgumentType()
Description copied from interface:OfficeOutputTypeObtains the fully qualified class name of the argument type from thisOfficeOutput.- Specified by:
getArgumentTypein interfaceOfficeOutputType- Returns:
- Argument type to this
OfficeOutput.
-
-