Package net.officefloor.compile.section
Interface OfficeSectionInputType
-
- All Superinterfaces:
AnnotatedType
- All Known Implementing Classes:
OfficeSectionInputTypeImpl
public interface OfficeSectionInputType extends AnnotatedType
Type definitionof theOfficeSectionInput.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOfficeSectionInputName()Obtains the name of thisOfficeSectionInput.java.lang.StringgetParameterType()Obtains the parameter type for thisOfficeSectionInput.-
Methods inherited from interface net.officefloor.compile.type.AnnotatedType
getAnnotation, getAnnotations, getAnnotations
-
-
-
-
Method Detail
-
getOfficeSectionInputName
java.lang.String getOfficeSectionInputName()
Obtains the name of thisOfficeSectionInput.- Returns:
- Name of this
OfficeSectionInput.
-
getParameterType
java.lang.String getParameterType()
Obtains the parameter type for thisOfficeSectionInput.- Returns:
- Parameter type for this
OfficeSectionInput.
-
-