Package net.officefloor.compile.section
Interface TypeQualification
-
- All Known Implementing Classes:
TypeQualificationImpl
public interface TypeQualificationProvides type qualification for aManagedObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetQualifier()Obtains the qualifier.java.lang.StringgetType()Obtains the type.
-