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 SummaryAll 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.AnnotatedTypegetAnnotation, getAnnotations, getAnnotations
 
- 
 
- 
- 
- 
Method Detail- 
getOfficeSectionInputNamejava.lang.String getOfficeSectionInputName() Obtains the name of thisOfficeSectionInput.- Returns:
- Name of this OfficeSectionInput.
 
 - 
getParameterTypejava.lang.String getParameterType() Obtains the parameter type for thisOfficeSectionInput.- Returns:
- Parameter type for this OfficeSectionInput.
 
 
- 
 
-