Package net.officefloor.compile.section
Interface OfficeSectionInputType
- All Superinterfaces:
AnnotatedType
- All Known Implementing Classes:
OfficeSectionInputTypeImpl
Type definition of the OfficeSectionInput.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of thisOfficeSectionInput.Obtains the parameter type for thisOfficeSectionInput.Methods inherited from interface net.officefloor.compile.type.AnnotatedType
getAnnotation, getAnnotations, getAnnotations
-
Method Details
-
getOfficeSectionInputName
String getOfficeSectionInputName()Obtains the name of thisOfficeSectionInput.- Returns:
- Name of this
OfficeSectionInput.
-
getParameterType
String getParameterType()Obtains the parameter type for thisOfficeSectionInput.- Returns:
- Parameter type for this
OfficeSectionInput.
-