net.officefloor.compile.section
Interface SectionObjectType

All Known Subinterfaces:
SectionObjectNode
All Known Implementing Classes:
SectionObjectNodeImpl

public interface SectionObjectType

Type definition of an Object dependency required by the SectionType.

Author:
Daniel Sagenschneider

Method Summary
 String getObjectType()
           Obtains the fully qualified Class name of the Object type for this SectionObjectType.
 String getSectionObjectName()
          Obtains the name of this SectionObjectType.
 String getTypeQualifier()
           Obtains the qualifier on the type.
 

Method Detail

getSectionObjectName

String getSectionObjectName()
Obtains the name of this SectionObjectType.

Returns:
Name of this SectionObjectType.

getObjectType

String getObjectType()

Obtains the fully qualified Class name of the Object type for this SectionObjectType.

The name is returned rather than the actual Class to enable the SectionType to be obtained should the Class not be available to the ClassLoader.

Returns:
Fully qualified Class name of the Object type.

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 null if not qualifying the type.


Copyright © 2005-2013. All Rights Reserved.