Class OfficeSectionInputTypeImpl
java.lang.Object
net.officefloor.compile.impl.section.OfficeSectionInputTypeImpl
- All Implemented Interfaces:
OfficeSectionInputType,AnnotatedType
OfficeAvailableSectionInputType implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionOfficeSectionInputTypeImpl(String inputName, String parameterType, Object[] annotations) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionObject[]Obtains the annotations.Obtains the name of thisOfficeSectionInput.Obtains the parameter type for thisOfficeSectionInput.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.compile.type.AnnotatedType
getAnnotation, getAnnotations
-
Constructor Details
-
OfficeSectionInputTypeImpl
Instantiate.- Parameters:
inputName- Name of theOfficeSectionInput.parameterType- Parameter type of theOfficeSectionInput.annotations- Annotations.
-
-
Method Details
-
getOfficeSectionInputName
Description copied from interface:OfficeSectionInputTypeObtains the name of thisOfficeSectionInput.- Specified by:
getOfficeSectionInputNamein interfaceOfficeSectionInputType- Returns:
- Name of this
OfficeSectionInput.
-
getParameterType
Description copied from interface:OfficeSectionInputTypeObtains the parameter type for thisOfficeSectionInput.- Specified by:
getParameterTypein interfaceOfficeSectionInputType- Returns:
- Parameter type for this
OfficeSectionInput.
-
getAnnotations
Description copied from interface:AnnotatedTypeObtains the annotations.- Specified by:
getAnnotationsin interfaceAnnotatedType- Returns:
- Annotations.
-