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