Package net.officefloor.compile.section
Interface SectionObjectType
- All Superinterfaces:
AnnotatedType
- All Known Implementing Classes:
SectionObjectTypeImpl
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of thisSectionObjectType.Obtains the qualifier on the type.Methods inherited from interface net.officefloor.compile.type.AnnotatedType
getAnnotation, getAnnotations, getAnnotations
-
Method Details
-
getSectionObjectName
String getSectionObjectName()Obtains the name of thisSectionObjectType.- Returns:
- Name of this
SectionObjectType.
-
getObjectType
String getObjectType()Obtains the fully qualified
Classname of theObjecttype for thisSectionObjectType.The name is returned rather than the actual
Classto enable theSectionTypeto be obtained should theClassnot be available to theClassLoader. -
getTypeQualifier
String getTypeQualifier()Obtains the qualifier on the type.
This is to enable qualifying the type of dependency required.
- Returns:
- Qualifier on the type. May be
nullif not qualifying the type.
-