Package net.officefloor.compile.section
Interface SectionInputType
- All Superinterfaces:
AnnotatedType
- All Known Implementing Classes:
SectionInputTypeImpl
Type definition of an input for a SectionType.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the fully qualifiedClassname of the parameter type for thisSectionInputType.Obtains the name of thisSectionInputType.Methods inherited from interface net.officefloor.compile.type.AnnotatedType
getAnnotation, getAnnotations, getAnnotations
-
Method Details
-
getSectionInputName
String getSectionInputName()Obtains the name of thisSectionInputType.- Returns:
- Name of this
SectionInputType.
-
getParameterType
String getParameterType()Obtains the fully qualified
Classname of the parameter type for thisSectionInputType.The name is returned rather than the actual
Classto enable theSectionTypeto be obtained should theClassnot be available to theClassLoader.- Returns:
- Fully qualified
Classname of the parameter type.
-