Class OfficeOutputTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.office.OfficeOutputTypeImpl
-
- All Implemented Interfaces:
OfficeOutputType
public class OfficeOutputTypeImpl extends java.lang.Object implements OfficeOutputType
OfficeOutputType
implementation.- 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.String
getArgumentType()
Obtains the fully qualified class name of the argument type from thisOfficeOutput
.java.lang.String
getOfficeOutputName()
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:OfficeOutputType
Obtains the name ofOfficeOutput
.- Specified by:
getOfficeOutputName
in interfaceOfficeOutputType
- Returns:
- Name of this
OfficeOutput
.
-
getArgumentType
public java.lang.String getArgumentType()
Description copied from interface:OfficeOutputType
Obtains the fully qualified class name of the argument type from thisOfficeOutput
.- Specified by:
getArgumentType
in interfaceOfficeOutputType
- Returns:
- Argument type to this
OfficeOutput
.
-
-